php-src/ext/xmlreader/examples/xmlreader.xml

11 lines
199 B
XML
Raw Normal View History

2004-04-19 18:55:02 +00:00
<books>
<book num="1">
<title>The Grapes of Wrath</title>
<author>John Steinbeck</author>
</book>
<book num="2">
<title>The Pearl</title>
<author>John Steinbeck</author>
</book>
</books>