<?xml version="1.0" ?> 
<book>
  <title>XML - Learning by Example</title> 
  <date>16.06.2001</date> 
<author>
  <fname>Robert</fname> 
  <lname>Mellor</lname> 
  </author>
  <abstract>XML explained in 24 easy examples.</abstract> 
  <teaser>XML is more complicated than HTML, but don't let that put you off.</teaser> 
  </book>
