<?xml version="1.0" standalone="no" ?>
<!DOCTYPE catalog SYSTEM "XMLBooks.dtd">
<catalog>
 <book>
  <cover>http://images.amazon.com/images/P/007212220X.01.MZZZZZZZ.jpg</cover> 
  <author>Simon St.Laurent</author> 
  <title>XML Elements of Style</title> 
  <pubyear>2000</pubyear> 
  <publisher>McGraw-Hill</publisher> 
  <isbn>0-07-212220-X</isbn> 
  <price>$29.99</price> 
  </book>
 <book>
  <cover>http://images.amazon.com/images/P/0764532367.01.MZZZZZZZ.jpg</cover> 
  <author>Elliotte Rusty Harold</author> 
  <title>XML Bible</title> 
  <pubyear>1999</pubyear> 
  <publisher>IDG Books</publisher> 
  <isbn>0764532367</isbn> 
  <price>$49.99</price> 
 </book>

 <book>
  <cover>images\javaServlet.jpg</cover> 
  <author>Jason Hunter, William Crawford</author> 
  <title>Java Servlet Programming</title> 
  <pubyear>1999</pubyear> 
  <publisher>O'Reilly and Associates</publisher> 
  <isbn>0596000405</isbn> 
  <price>$35.96</price> 
 </book>

<book>
  <cover>images\JDietel.jpg</cover> 
  <author>Paul J. Deitel, Harvey M. Deitel</author> 
  <title>Java How to Program</title> 
  <pubyear>1999</pubyear> 
  <publisher>Prentice Hall</publisher> 
  <isbn>0130125075</isbn> 
  <price>$70.00</price> 
 </book>

<book>
  <cover>images\javaServlet.jpg</cover> 
  <author>Danny Goodman</author> 
  <title>Javascript Bible</title> 
  <pubyear>2001</pubyear> 
  <publisher>Hungry Minds, Inc</publisher> 
  <isbn>0764533428</isbn> 
  <price>$39.99</price> 
 </book>

</catalog>
