php-8.0.30-src/ext/xmlreader/tests/bug73053.xml

12 lines
303 B
XML

<?xml version="1.0"?>
<x:books xmlns:x="urn:books">
<book id="1">
<author>Writer</author>
<title>The First Book</title>
<genre>Fiction</genre>
<price>44.95</price>
<pub_date>2000-10-01</pub_date>
<review>An amazing story of nothing.</review>
</book>
</x:books>