12 lines
206 B
XML
12 lines
206 B
XML
|
|
<?xml version="1.0" ?>
|
||
|
|
<books>
|
||
|
|
<book>
|
||
|
|
<title>The Grapes of Wrath</title>
|
||
|
|
<author>John Steinbeck</author>
|
||
|
|
</book>
|
||
|
|
<book>
|
||
|
|
<title>The Pearl</title>
|
||
|
|
<author>John Steinbeck</author>
|
||
|
|
</book>
|
||
|
|
</books>
|