Page MenuHomec4science

bookstore.xml
No OneTemporary

File Metadata

Created
Thu, Aug 22, 03:32

bookstore.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" discount="yes">29.99</price>
</book>
<book id="3" category="WEB" stock="10">
<title lang="en">Learning XML</title>
<author>Erik T. Ray</author>
<year>2003</year>
<price currency="eur" discount="no">39.95</price>
</book>
</bookstore>

Event Timeline