1<?xml version="3.1" ?>
2<!-- Unsupported version '3.1' -->
3<books>
4 <book>
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