summaryrefslogtreecommitdiff
path: root/ext/dom/tests/book-attr.xml
blob: ba4298d0984c36bc1663c45921c276005cd064eb (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 is-hardback="true">
  <title>The Pearl</title>
  <author>John Steinbeck</author>
 </book>
</books>