<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="recipe.xsl"?>
<recipe xmlns="http://www.bobbymcr.com/namespaces/recipe"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.bobbymcr.com/namespaces/recipe
                            http://www.bobbymcr.com/schemas/recipe.xsd">
  <name>Sweet and Sour Sauce</name>
  <ingredients>
    <item>
      <qty unit="c">2</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="c">1/3</qty>
      <name>white vinegar</name>
    </item>
    <item>
      <qty unit="c">1/3</qty>
      <name>rice vinegar</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>sugar</name>
    </item>
    <item>
      <qty unit="oz">8</qty>
      <name>pineapple chunks</name>
    </item>
    <item>
      <qty>1</qty>
      <name>6 oz can of tomato paste</name>
    </item>
    <item>
      <qty unit="tbsp">3</qty>
      <name>cornstarch</name>
    </item>
  </ingredients>
  <directions>
    <step>In a medium saucepan over medium heat, mix together water, vinegar, sugar, tomato paste, pineapple tidbits and cornstarch. Cook, stirring occasionally, 15 minutes, or until mixture reaches desired color and consistency.</step>
  </directions>
  <source>
    <name>Debbie</name>
    <url>http://appetizer.allrecipes.com/az/SwtndSrScII.asp</url>
  </source>
</recipe>
