php-src/ext/xmlreader/examples/xmlreader.xml
Rob Richards 5094e4e67c initial revision
requires PHP 5
2004-04-19 18:55:02 +00:00

11 lines
199 B
XML

<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>