summaryrefslogtreecommitdiff
path: root/ext/dom/tests/not_well_formed2.xml
blob: da6b3bccbaf80e927a47d040092b52808a8b24e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" ?>
<!-- AttValue: " or ' expected -->
<books>
 <book number=nine>
  <title>The Grapes of Wrath</title>
  <author>John Steinbeck</author>
 </book>
 <book>
  <title>The Pearl</title>
  <author>John Steinbeck</author>
 </book>
</books>