<books>
    <book isbn="lalala">
        <title>
            foobar
        </title>
        <price>
            <eur>5.30</eur>
        </price>
    </book>
    <book isbn="lblblb">
        <title>
            barbaz
        </title>
        <price>
            <eur>9.20</eur>
        </price>
    </book>
</books>
