<?xml version="1.0" ?>
<?xml-stylesheet href="dessert1.css" type="text/css" ?>
<DESSERT version="0.3">
  <recipe>
    <head>
      <title>Simple Spaghetti Sauce</title>
    </head>
    <ingredients>
      <ing>
        <amt><qty>3 </qty><unit>large cans</unit></amt>
        <item>Stewed tomatoes</item>
      </ing>
      <ing>
        <amt><qty>6 </qty><unit>cans</unit></amt>
        <item>Tomato paste with Italian seasonings</item>
      </ing>
    </ingredients>
    <directions>
      <step>Crush tomatoes</step>
      <step>Add paste</step>
      <step>Cook on low for 1 hour</step>
    </directions>
    <notes>
      <not></not>
    </notes>
  </recipe>
</DESSERT>
