summaryrefslogtreecommitdiff
path: root/ext/dom/tests/not_well_formed4.xml
blob: 581b8bd9625b6cfe6022074e2c95aff0d2ed69c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="3.1" ?>
<!-- Unsupported version '3.1' -->
<books>
 <book>
  <title>The Grapes of Wrath</title>
  <author>John Steinbeck</author>
 </book>
 <book>
  <title>The Pearl</title>
  <author>John Steinbeck</author>
 </book>
</books>