php-src/ext/dom/tests/book.xml

12 lines
206 B
XML
Raw Normal View History

2003-10-27 15:32:44 +00:00
<?xml version="1.0" ?>
2003-10-27 11:24:30 +00:00
<books>
<book>
<title>The Grapes of Wrath</title>
<author>John Steinbeck</author>
</book>
<book>
<title>The Pearl</title>
<author>John Steinbeck</author>
</book>
</books>