xref: /PHP-5.3/ext/simplexml/examples/book.xml (revision afabd057)
1<books>
2 <book>
3  <title>The Grapes of Wrath</title>
4  <author>John Steinbeck</author>
5 </book>
6 <book>
7  <title>The Pearl</title>
8  <author>John Steinbeck</author>
9 </book>
10</books>
11