<?xml version="1.0"?>
<books>
    <book id="1">
        <title>My Life</title>
        <author>John Smith</author>
    </book>
    <book id="2">
        <title>How to Drive a Car</title>
        <author>Jake Miller</author>
        <description>Describes in great detail
                how to drive a car.
        </description>
    </book>
</books>