xref: /PHP-7.4/ext/simplexml/tests/book.xml (revision 11a63934)
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