Page MenuHomec4science

bookstore2.xml
No OneTemporary

File Metadata

Created
Wed, Aug 21, 01:18

bookstore2.xml

<?xml version="1.0" encoding="UTF-8" ?>
<bookstore>
<book id="1" category="COOKING" stock="125">
<title lang="en">Everyday Italian</title>
<author>Giada De Laurentiis</author>
<year>2005</year>
<price currency="eur" discount="yes">30.0</price>
</book>
<!-- Ceci est un commentaire -->
<book id="2" category="CHILDREN" stock="500">
<title lang="en">Harry Potter</title>
<author>J K. Rowling</author>
<year>2005</year>
<price currency="eur">29.99</price> <!-- default currency -->
<bestseller>yes</bestseller>
</book>
<book id="3" category="WEB" stock="10">
<title lang="en">Learning XML</title>
<author>Erik T. Ray</author>
<year>2003</year>
<price>39.95</price> <!-- default currency and discount -->
</book>
</bookstore>

Event Timeline