<?xml version="1.0" encoding="utf-8" ?>
<bookstore>
<book title="The unbearable lightness of being"
author="Kundera" publicationdate="1985" >
<chapter name="Lightness and weight"/>
<chapter name="Soul and body"/>
</book>
<book title="Practical .NET 2 and C#2"
author="Patrick Smacchia" publicationdate="2006" >
<chapter name="Introduction to .NET"/>
<chapter name="Assembly, module, IL language"/>
</book>
<book title="The New York Trilogy"
author="Paul Auster" publicationdate="2002" >
<chapter name="City of glass"/>
<chapter name="Ghosts"/>
<chapter name="The locked room"/>
</book>
</bookstore>