smootherkat
02-10-2009, 09:49 AM
Hi I have an XML code and my Attribute date is not showing I would love some help.
<html xmlns:html ="http://www.w3.org/1999/xhtml/">
<head><title>Favoriet Movies</title>
</head>
<body>
<h1>My Favorite Movies</h1>
<hr>
<html:movies>
<html:movie>
<html:movie_name><span>Title:</span> Titanic</html:movie_name>
<release date="1997">
<html:director><span>Director:</span> James Cameron</html:director>
<html:actor_name><span>Main Actor:</span>
<html:first> Leonardo</html:first>
<html:last>DiCaprio</html:last>
</html:actor_name>
<html:actors_name><span>Main Actors:</span>
<html:first> Kate</html:first>
<html:last>Winslet</html:last>
</html:actors_name>
<html:discription><span>Film Discription:</span> Two members of different social classes who fall
in love aboard the ill-fated voyage of the ship.</html:discription>
<html:category><span>Category:</span> Romatic-Drama</html:category>
</release>
</html:movie>
<html:movie>
<html:movie_name><span>Title:</span>Sixth Sense</html:movie_name>
<html:release date="1999">
<html:director><span>Director:</span> M. Night Shyamalan.</html:director>
<html:actor_name><span>Main Actor:</span>
<html:first> Bruce</html:first>
<html:last>Willis</html:last>
</html:actor_name>
<html:actor_name><span>Main Actor:</span>
<html:first> Haley Joel</html:first>
<html:last>Osment</html:last>
</html:actor_name>
<html:discription><span>Film Discription:</span> A troubled, isolated boy who claims to be able to see and talk to the dead,
and an equally troubled child psychologist who tries to help him.</html:discription>
<html:category><span>Category:</span> Psychological- Horror</html:category>
</html:release>
</html:movie>
<html:movie>
<html:movie_name><span>Title:</span>Schindler's List</html:movie_name>
<html:release date="1993">
<html:director><span>Director:</span>Steven Spielberg</html:director>
<html:actor_name><span>Main Actor:</span>
<html:first> Liam</html:first>
<html:last>Neeson</html:last>
</html:actor_name>
<html:actors_name><span>Main Actors:</span>
<html:first> Caroline</html:first>
<html:last>Goodall</html:last>
</html:actors_name>
<html:discription><span>Film Discription:</span> Oskar Schindler uses Jews to start a factory in Poland during the war.
He witnesses the horrors endured by the Jews, and starts to save them. </html:discription>
<html:category><span>Category:</span> Drama</html:category>
</html:release>
</html:movie>
<html:movie>
<html:movie_name><span>Title:</span> The Dark Knight</html:movie_name>
<html:release date="2008">
<html:director><span>Director:</span> Christopher Nolan</html:director>
<html:actor_name><span>Main Actor:</span>
<html:first>Christian</html:first>
<html:last> Bale</html:last>
</html:actor_name>
<html:actors_name><span>Main Actors:</span>
<html:first>Maggie</html:first>
<html:last> Gyllenhaal</html:last>
</html:actors_name>
<html:discription><span>Film Discription:</span> Batman, Gordon and Harvey Dent are forced to deal with the chaos unleashed by an anarchist mastermind known only as the Joker,
as it drives each of them to their limits</html:discription>
<html:category><span>Category:</span> Action</html:category>
</html:release>
</html:movie>
<html:movie>
<html:movie_name><span>Title:</span> The Silence of the Lambs</html:movie_name>
<html:release date="1991"></html:release>
<html:director><span>Director:</span> Jonathan Demme</html:director><br/>
<html:actor_name><span>Main Actor:</span>
<html:first>Anthony</html:first>
<html:last> Hopkins</html:last>
</html:actor_name>
<html:actors_name><span>Main Actors:</span>
<html:first>Jodie</html:first>
<html:last> Foster</html:last>
</html:actors_name>
<html:discription><span>Film Discription:</span> Dr. Hannibal Lecter,brilliant,cunning,psychotic. In his mind lies the clue to a ruthless killer.
Clarice Starling, FBI. Brilliant. Vulnerable. Alone. She must trust him to stop the killer.</html:discription>
<html:category><span>Category:</span> Crime</html:category>
</html:movie>>
</html:movies>
</hr>
</body>
</html>
<html xmlns:html ="http://www.w3.org/1999/xhtml/">
<head><title>Favoriet Movies</title>
</head>
<body>
<h1>My Favorite Movies</h1>
<hr>
<html:movies>
<html:movie>
<html:movie_name><span>Title:</span> Titanic</html:movie_name>
<release date="1997">
<html:director><span>Director:</span> James Cameron</html:director>
<html:actor_name><span>Main Actor:</span>
<html:first> Leonardo</html:first>
<html:last>DiCaprio</html:last>
</html:actor_name>
<html:actors_name><span>Main Actors:</span>
<html:first> Kate</html:first>
<html:last>Winslet</html:last>
</html:actors_name>
<html:discription><span>Film Discription:</span> Two members of different social classes who fall
in love aboard the ill-fated voyage of the ship.</html:discription>
<html:category><span>Category:</span> Romatic-Drama</html:category>
</release>
</html:movie>
<html:movie>
<html:movie_name><span>Title:</span>Sixth Sense</html:movie_name>
<html:release date="1999">
<html:director><span>Director:</span> M. Night Shyamalan.</html:director>
<html:actor_name><span>Main Actor:</span>
<html:first> Bruce</html:first>
<html:last>Willis</html:last>
</html:actor_name>
<html:actor_name><span>Main Actor:</span>
<html:first> Haley Joel</html:first>
<html:last>Osment</html:last>
</html:actor_name>
<html:discription><span>Film Discription:</span> A troubled, isolated boy who claims to be able to see and talk to the dead,
and an equally troubled child psychologist who tries to help him.</html:discription>
<html:category><span>Category:</span> Psychological- Horror</html:category>
</html:release>
</html:movie>
<html:movie>
<html:movie_name><span>Title:</span>Schindler's List</html:movie_name>
<html:release date="1993">
<html:director><span>Director:</span>Steven Spielberg</html:director>
<html:actor_name><span>Main Actor:</span>
<html:first> Liam</html:first>
<html:last>Neeson</html:last>
</html:actor_name>
<html:actors_name><span>Main Actors:</span>
<html:first> Caroline</html:first>
<html:last>Goodall</html:last>
</html:actors_name>
<html:discription><span>Film Discription:</span> Oskar Schindler uses Jews to start a factory in Poland during the war.
He witnesses the horrors endured by the Jews, and starts to save them. </html:discription>
<html:category><span>Category:</span> Drama</html:category>
</html:release>
</html:movie>
<html:movie>
<html:movie_name><span>Title:</span> The Dark Knight</html:movie_name>
<html:release date="2008">
<html:director><span>Director:</span> Christopher Nolan</html:director>
<html:actor_name><span>Main Actor:</span>
<html:first>Christian</html:first>
<html:last> Bale</html:last>
</html:actor_name>
<html:actors_name><span>Main Actors:</span>
<html:first>Maggie</html:first>
<html:last> Gyllenhaal</html:last>
</html:actors_name>
<html:discription><span>Film Discription:</span> Batman, Gordon and Harvey Dent are forced to deal with the chaos unleashed by an anarchist mastermind known only as the Joker,
as it drives each of them to their limits</html:discription>
<html:category><span>Category:</span> Action</html:category>
</html:release>
</html:movie>
<html:movie>
<html:movie_name><span>Title:</span> The Silence of the Lambs</html:movie_name>
<html:release date="1991"></html:release>
<html:director><span>Director:</span> Jonathan Demme</html:director><br/>
<html:actor_name><span>Main Actor:</span>
<html:first>Anthony</html:first>
<html:last> Hopkins</html:last>
</html:actor_name>
<html:actors_name><span>Main Actors:</span>
<html:first>Jodie</html:first>
<html:last> Foster</html:last>
</html:actors_name>
<html:discription><span>Film Discription:</span> Dr. Hannibal Lecter,brilliant,cunning,psychotic. In his mind lies the clue to a ruthless killer.
Clarice Starling, FBI. Brilliant. Vulnerable. Alone. She must trust him to stop the killer.</html:discription>
<html:category><span>Category:</span> Crime</html:category>
</html:movie>>
</html:movies>
</hr>
</body>
</html>