summaryrefslogtreecommitdiff
path: root/ext/dom/tests/book.xml
blob: 95de0da86649e548e9ed00bc101b32b0b33c1615 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" ?>
<books>
 <book>
  <title>The Grapes of Wrath</title>
  <author>John Steinbeck</author>
 </book>
 <book>
  <title>The Pearl</title>
  <author>John Steinbeck</author>
 </book>
</books>