<!-- class_xml_books.asp
     Source: Alentus Corporation XML sample
-->

<?xml version='1.0' encoding='ISO-8859-1'?>

<books>

    <book> 
      <isbn>074943208X</isbn> 
      <author>Jonathan Ritter</author> 
      <title>The On-Line Learning Handbook: Developing and Using Web-Based Learning</title> 
      <category>Computers</category> 
      <comments>An excellent guide to developing Web-based learning materials</comments> 
    </book> 
	 
    <book> 
      <isbn>0070653623</isbn> 
      <author>Jack Trout, Steve Rivkin</author> 
      <title>The Power of Simplicity</title> 
      <category>Self Help</category> 
      <comments>A Real Fun Read</comments> 
    </book> 
     
    <book> 
      <isbn>0887306667</isbn> 
      <author>Al Reiss, Jack Trout</author> 
      <title>22 Immutable Laws of Marketing</title> 
      <category>Marketing</category> 
      <comments>This team offers more profound advice about creating world class marketing campaigns that will be viable for a hundred years.</comments> 
    </book> 

    <book> 
      <isbn>0887309372</isbn> 
      <author>Al Reiss, Laura Reiss</author> 
      <title>22 Immutable Laws of Branding</title> 
      <category>Marketing</category> 
      <comments>This book is great for people who used 22 Immutable Laws of Marketing to build a brand and now want to strengthen that brand.</comments> 
    </book> 
     
    <book> 
      <isbn>0679757651</isbn> 
      <author>Tom Peters</author> 
      <title>Circle of Innovation</title> 
      <category>Marketing</category> 
      <comments>His most recent book is his best by far!</comments> 
    </book> 
     
    <book> 
      <isbn>0884270610</isbn> 
      <author>Eli Goldthrait</author> 
      <title>The Goal</title> 
      <category>Management</category> 
      <comments>Advocate of Theory of Constraints as applied to managment and optimization.</comments> 
    </book> 

    <book> 
      <isbn>068485600X</isbn> 
      <author>Jeff Cox, Howard Stevens</author> 
      <title>Selling the Wheel</title> 
      <category>Management</category> 
      <comments>Excellent Treatise/Novel on the entire Sales Cycle</comments> 
    </book> 

    <book> 
      <isbn>0672316498</isbn> 
      <author>Alan Cooper</author> 
      <title>The Inmates Are Running The Asylum</title> 
      <category>Management</category> 
      <comments>The father of Visual Basic and creator of the new art of Interaction Design - very valuable in designing websites. Basically the worlds most cutting edge thinker in User Interface design aimed at simplifying software use.</comments> 
    </book> 
     
</books> 

