<?xml version="1.0" encoding="UTF-8"?>
<books>
  <book price="34.95">
    <title>Teach Yourself Active Server Pages 3.0 in 21 Days</title>
    <authors>      <author>Mitchell</author>
      <author>Atkinson</author>    </authors>
    <year>1999</year>    
  </book>
  
  <book price="29.95">
    <title>Designing Active Server Pages</title>
    <authors>      <author>Mitchell</author>    </authors>
    <year>2000</year>
  </book>

  <book price="34.95">
    <title>ASP.NET: Tips, Tutorials, and Code</title>
    <authors>      <author>Mitchell</author>      <author>Mack</author>      <author>Walther</author>      <author>Seven</author>
      <author>Anders</author>
      <author>Nathan</author>
      <author>Wahlin</author>    </authors>
    <year>2001</year>
  </book>

  <book price="24.95">
    <title>ASP Unleashed</title>
    <authors>      <author>Walther</author>          </authors>
    <year>1998</year>
  </book>

  <book price="32.45">
    <title>ASP.NET Unleashed</title>    <authors>
      <author>Walther</author>          </authors>
    <year>2002</year>
  </book>

  <book price="31.95">
    <title>Creating Data Driven ASP.NET Applications</title>    <authors>
      <author>Seven</author>    </authors>
    <year>2002</year>
  </book>

  <book price="29.95">
    <title>ASP.NET Data Web Controls Kick Start</title>    <authors>
      <author>Mitchell</author>    </authors>
    <year>2003</year>
  </book>
  <book price="19.95">
    <title>Programming ASP.NET</title>    <authors>
      <author>Liberty</author>
      <author>Hurwitz</author>    </authors>
    <year>2002</year>
  </book>
</books>

