varch/test/file/read.xml
2024-04-22 00:09:51 +08:00

15 lines
339 B
XML

<?xml version="1.0" encoding="utf-8"?>
<bookstore>
<book category="CHILDREN">
<title>Harry Potter</title>
<author>J K.Rowling</author>
<year>2005</year>
<price>29.99</price>
</book>
<book category="WEB">
<title>Learning XML</title>
<author>Erik T.Ray</author>
<year>2004</year>
<price>39.95</price>
</book>
</bookstore>