xref: /PHP-5.5/ext/dom/tests/not_well_formed2.xml (revision 24f36934)
1<?xml version="1.0" ?>
2<!-- AttValue: " or ' expected -->
3<books>
4 <book number=nine>
5  <title>The Grapes of Wrath</title>
6  <author>John Steinbeck</author>
7 </book>
8 <book>
9  <title>The Pearl</title>
10  <author>John Steinbeck</author>
11 </book>
12</books>
13