<?xml version="1.0"?>
<?xml-stylesheet href="tolkien.xsl"?>
<book binding="paperback">
  <author> J.R.R. Tolkien </author>
  <title> The Lord of the Rings </title>
  <volumes>
    <volume> Fellowship of The Ring </volume>
    <volume> The Two Towers </volume>
    <volume> Return of the King </volume>
  </volumes>
  <price>14.95</price>
  <publisher> Ballantine </publisher>
  <isbn>0345340426</isbn>
</book>

