﻿<?xml version="1.0" encoding="utf-8" ?> 
<books>
  <book>
      <author>Carson</author>
      <price format="dollar">31.95</price>
      <pubdate>10/21/2001</pubdate>
  </book>
  <book>
      <author>Smith</author>
      <price format="dollar">52.40</price>
      <pubdate>3/10/2003</pubdate>
  </book>
  <book>
      <author>Jones</author>
      <price format="dollar">53.97</price>
      <pubdate>10/21/2001</pubdate>
  </book>
  <book>
      <author>Barney</author>
      <price format="dollar">32.40</price>
      <pubdate>5/23/2000</pubdate>
  </book>
  <book>
      <author>Keller</author>
      <price format="dollar">98.82</price>
      <pubdate>12/26/2001</pubdate>
  </book>
  <book>
      <author>Doe</author>
      <price format="dollar">77.25</price>
      <pubdate>3/10/2003</pubdate>
  </book>
  <book>
      <author>Silver</author>
      <price format="dollar">10.99</price>
      <pubdate>05/01/2001</pubdate>
  </book>
</books>


