<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="xml2yaml.xsl"?>
<invoice xmlns="tag:yaml.org,2002" xmlns:yaml="tag:yaml.org,2002">
   <number>34843</number>
   <date>2001-01-03</date>
   <bill-to yaml:anchor="id001">
      <given>Chris</given>
      <family>Dumars</family>
      <address>
        <lines>458 Walkman Dr.
 Suite #292
 </lines>
        <city>Royal Oak</city>
        <state>MI</state>
        <postal>48046</postal>
      </address>
   </bill-to>
   <ship-to yaml:alias="id001" />
   <product>
      <_>
        <sku>BL394D</sku>
        <quantity>4</quantity>
        <description>Basketball</description>
        <price>450.00</price>
      </_>
      <_>
        <sku>BL4438</sku>
        <quantity>1</quantity>
        <description>Super Hoop</description>
        <price>2392.00</price>
      </_>
   </product>
   <tax>251.42</tax>
   <total>4443.52</total>
   <comments>Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338</comments>
</invoice>
