<?xml version="1.0" ?>
<?xml-stylesheet href="dessert1.css" type="text/css" ?>
<DESSERT version="0.3">
  <recipe>
    <head>
      <title>Rob and Mike's Chili</title>
    </head>
    <ingredients>
      <ing>
        <amt><qty>2/3 </qty><unit>jar</unit></amt>
        <item>sliced jalapeno peppers</item>
      </ing>
      <ing>
        <amt><qty>2 </qty><unit>lbs</unit></amt>
        <item>ground beef</item>
      </ing>
      <ing>
        <amt><qty>2 </qty><unit>large cans</unit></amt>
        <item>crushed tomatoes</item>
      </ing>
      <ing>
        <amt><qty>2 </qty><unit>jars</unit></amt>
        <item>chili sauce</item>
      </ing>
      <ing>
        <amt><qty>1/3 </qty><unit>cup</unit></amt>
        <item>chili powder (I use slightly less)</item>
      </ing>
    </ingredients>
    <directions>
      <step>Rinse peppers VERY well and saute slightly - put aside</step>
      <step>Brown ground beef, drain well</step>
      <step>In a large pot or a crockpot combine all ingredients</step>
      <step>Cook on LOW for an hour or more</step>
    </directions>
    <notes>
      <not>This can be cooked in a large pot or a crockpot</not>
      <not>And, it is easy to double or triple this recipe</not>
    </notes>
  </recipe>
</DESSERT>
