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