<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="tools1.xsl"?> <productDB> <product category="authoring"> <prodName>XML Toolbox</prodName> <company name="BeyondHTML"> <address> <street1>123 West Fourth Street</street1> <street2>Suite 5</street2> <city>Anytown</city> <state>CA</state> <province/> <country>USA</country> </address> <phone>123-456-7890</phone> <fax>123-987-6543</fax> <website href="http://www.beyondhtml.com"/> </company> <version>1.0</version> <price>99.95</price> <sys-requirements> Any Java Platform </sys-requirements> <description> XML Toolbox is a collection of tools for creating and processing XML documents. </description> <prodURL href="http://www.beyondhtml.com/toolbox.html"/> </product> <product category="parser"> ... </product> <product category="vocabularies"> ... </product> </productDB>