summaryrefslogtreecommitdiff
path: root/ext/xmlreader/tests/bug73053.xml
blob: 8f29dc23a7085e77b52426cfcb39041f66e5cc86 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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>