summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/book.xml
blob: ea40508e01b285ef2c77cbff3464e881fed6bc4f (plain)
1
2
3
4
5
6
7
8
9
10
<books>
 <book>
  <title>The Grapes of Wrath</title>
  <author>John Steinbeck</author>
 </book>
 <book>
  <title>The Pearl</title>
  <author>John Steinbeck</author>
 </book>
</books>