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

  <book>
    <title>ASP.NET: Tips, Tutorials, and Code</title>
    <author>Mitchell</author>
    <year>2001</year>
  </book>

  <book>
    <title>ASP Unleashed</title>
    <author>Walther</author>      
    <year>1998</year>
  </book>

  <book>
    <title>ASP.NET Unleashed</title>
    <author>Walther</author>      
    <year>2002</year>
  </book>

  <book>
    <title>Creating Data Driven ASP.NET Applications</title>
    <author>Seven</author>
    <year>2002</year>
  </book>


</books>
