summaryrefslogtreecommitdiff
path: root/ext/dom/tests/not_well_formed3.xml
blob: 99b21890746518ec2456cc93c8949305ec0b43d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" ?>
<!-- Opening and ending tag mismatch -->
<books>
 <book>
  <title>The Grapes of Wrath</title>
  <author>John Steinbeck</author>
 </book>
 <boOk>
  <title>The Pearl</title>
  <author>John Steinbeck</author>
 </book>
</books>