<?xml version="1.0"?>
<catalog xmlns:html="http://www.w3.org/TR/REC-html40" >
<html:h2>XML Books</html:h2>
<book>
	<cover>
		<html:a href="http://www.amazon.com/exec/obidos/ISBN=007212220X/">
			<html:img src="http://images.amazon.com/images/P/007212220X.01.MZZZZZZZ.jpg" />
		</html:a>
		<html:br />
	</cover>
	<author>Simon St.Laurent</author>
	<title>
		<html:a href="http://www.amazon.com/exec/obidos/ISBN=007212220X/">XML Elements of Style</html:a>
	</title>
	<pubyear>2000</pubyear>
	<publisher>McGraw-Hill</publisher>
	<isbn>0-07-212220-X</isbn>
	<price>$29.99</price>
</book>
<html:br />
<book>
	<cover>
		<html:a href="http://www.amazon.com/exec/obidos/ISBN=0764532367/">
		<html:img src="http://images.amazon.com/images/P/0764532367.01.MZZZZZZZ.jpg" />
		</html:a>
		<html:br />
	</cover>
	<author>Elliotte Rusty Harold</author>
	<title>
		<html:a href="http://www.amazon.com/exec/obidos/ISBN=0764532367/">XML Bible</html:a>
	</title>
	<pubyear>1999</pubyear>
	<publisher>IDG Books</publisher>
	<isbn>0764532367</isbn>
	<price>$49.99</price>
</book>
<html:br />
<book>
  <cover>
    <html:a href="http://www.amazon.com/exec/obidos/isbn=0596000405/">
      <html:img src="images\javaServlet.jpg" />
    </html:a>
    <html:br />
  </cover> 
  <author>Jason Hunter, William Crawford</author> 
  <title>
	<html:a href="http://www.amazon.com/exec/obidos/isbn=0596000405/">Java Servlet Programming</html:a>
</title> 
  <pubyear>1999</pubyear> 
  <publisher>O'Reilly and Associates</publisher> 
  <isbn>0596000405</isbn> 
  <price>$35.96</price> 
 </book>
<html:br />
<book>
  <cover>
  <html:a href="http://www.amazon.com/exec/obidos/isbn=0130125075/">
      <html:img src="images\JDietel.jpg" />
    </html:a>
    <html:br />
  </cover> 
  <author>Paul J. Deitel, Harvey M. Deitel</author> 
  <title>
	<html:a href="http://www.amazon.com/exec/obidos/isbn=0130125075/">Java How to Program</html:a>
  </title> 
  <pubyear>1999</pubyear> 
  <publisher>Prentice Hall</publisher> 
  <isbn>0130125075</isbn> 
  <price>$70.00</price> 
 </book>
<html:br />
<book>
  <cover>
  <html:a href="http://www.amazon.com/exec/obidos/isbn=0764533428/">
      <html:img src="images\Jscript.jpg" />
   </html:a>
   <html:br />
  </cover> 
  <author>Danny Goodman</author> 
  <title>
	<html:a href="http://www.amazon.com/exec/obidos/isbn=0764533428/">Javascript Bible</html:a>
  </title> 
  <pubyear>2001</pubyear> 
  <publisher>Hungry Minds, Inc</publisher> 
  <isbn>0764533428</isbn> 
  <price>$39.99</price> 
 </book>

</catalog>

