L
Levi
I need help with xml. every time i try to use it it never comes out right.
I'll let you have a look at it:
<?xml version="1.0"?>
<Bookstore>
<fiction>
<book>
<title>Percy Jackson and the Olympians; The Last Olympian</title>
<author>Rick Riordan</author>
<price>$19.95</price>
</book>
<book>
<title>Percy Jackson and the Olympians; The Sea of Monsters</title>
<author>Rick Riordan</author>
<price>$19.95</price>
</book>
</fiction>
</bookstore>
I'll let you have a look at it:
<?xml version="1.0"?>
<Bookstore>
<fiction>
<book>
<title>Percy Jackson and the Olympians; The Last Olympian</title>
<author>Rick Riordan</author>
<price>$19.95</price>
</book>
<book>
<title>Percy Jackson and the Olympians; The Sea of Monsters</title>
<author>Rick Riordan</author>
<price>$19.95</price>
</book>
</fiction>
</bookstore>