/$FileHeader
<!DOCTYPE Tools1[
<!ELEMENT Tools1 (Category+)>
<!ELEMENT Category (CategoryCode, CategoryName, Product+)>
<!ELEMENT Product (ProductCode, ShortDescription, LongDescription?, DiscPrice, QuantityOnHand)>
<!ELEMENT CategoryCode (#PCDATA)>
<!ELEMENT CategoryName (#PCDATA)> <!ELEMENT ProductCode (#PCDATA)>
<!ELEMENT ShortDescription (#PCDATA)>
<!ELEMENT LongDescription (#PCDATA)>
<!ELEMENT SellPrice (#PCDATA)>
<!ELEMENT DiscPrice (#PCDATA)>
<!ELEMENT QuantityOnHand (#PCDATA)>
]>
<Tools1>
/$CategoryHeader
   <Category>
      <CategoryCode>/%CatCode%/</CategoryCode>
      <CategoryName>/%CatName%/</CategoryName>
/$ProductDataMain1
        <Product>
	   <ProductCode>/%ProdCode%/</ProductCode>
	   <ShortDescription>/%ShortDesc%/</ShortDescription>
/$ProductDataOption1
	   <LongDescription>/%FullDesc%/</FullDescription>
/$ProductDataMain2
           <SellPrice>/%SellPrice%/</SellPrice>
           <DiscPrice>/%DiscPrice%/</DiscPrice>
           <QuantityOnHand>/%QtyOnHand%/</QuantityOnHand>
	</Product>
/$CategoryTrailer
   </Category>
/$FileTrailer
</Tools1>
