<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="xml-pretty-print.xsl"?> 
<booklist>
  <title>My Books (myBooks.xml)</title>
  <book>
    <title>The XML CD Bookshelf</title>
    <edition>Version 1.0</edition>
    <publisher>O'Reilly</publisher>
    <date>1 November, 2002</date>
    <ISBN>0-596-00335-8</ISBN>
    <buy url="http://www.amazon.co.uk/exec/obidos/ASIN/0596003358">amazon.co.uk</buy>
  </book>
  <book>
    <title>Building Oracle XML Applications</title>
    <author>Steve Muench</author>
    <publisher>O'Reilly</publisher>
    <date>September 2000</date>
    <ISBN>1-56592-691-9</ISBN>
    <buy url="http://www.amazon.co.uk/exec/obidos/ASIN/1565926919">amazon.co.uk</buy>
  </book>
</booklist>

