summaryrefslogtreecommitdiff
path: root/ext/dom/tests/not_well_formed.xml
blob: d362e0c4b94e0e282491b0e03b82569f14ab8399 (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
  <author>John Steinbeck</author>
 </book>
 <book>
  <title>The Pearl</title>
  <author>John Steinbeck</author>
 </book>
</books>