not_well_formed3.xml   [plain text]


<?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>