<?xml version="1.0" ?>
<!DOCTYPE DESSERT PUBLIC "-//FormatData//DTD DESSERT 0.3//EN" 
  "http://www.formatdata.com/dessert/dessert.dtd">
<?xml-stylesheet href="dessertmama.css" type="text/css" ?>
<html>
<DESSERT version="0.3">
  <body>
  <recipe>
    <head>
      <title>Cocoa Peanut Butter Mounds ("chocolate heaps")
</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>1/2</qty> <unit>cup</unit></amt>
        <item>milk</item>
      </ing>

     <ing>
        <amt><qty>2</qty> <unit>cups</unit></amt>
        <item>sugar</item>
      </ing>

      <ing>
        <amt><qty>1/3</qty>  <unit>cup</unit></amt>
        <item>unsweetened cocoa</item>
      </ing>

      <ing>
        <amt><qty>1/2</qty>  <unit>cup</unit></amt>
        <item>unsalted butter</item>
      </ing>

      <ing>
        <amt><qty>3</qty> <unit>cups</unit></amt>
        <item>quick rolled oats</item>
      </ing>

      <ing>
        <amt><qty>1/2</qty> <unit>cup</unit></amt>
        <item>peanut butter</item>
      </ing>
 
      <ing>
        <amt><qty>1</qty> <unit>tsp</unit></amt>
        <item>pure vanilla extract</item>
      </ing>


    </ingredients>
    <directions>
      <step>Combine milk, butter, sugar and cocoa in large heavy-bottomed saucepan</step>
      <step>Bring to boil over medium-high heat, stirring to prevent burning and scraping down sides</step>
      <step>Boil over medium-high heat for 3 minutes</step>
      <step>Remove from heat and immediately add oats, peanut butter, and vanilla; stir until well-mixed</step>
      <step>Drop by spoonfuls onto waxed paper</step>
      <step>Let stand for 30 minutes to 1 hour; enjoy</step>
    </directions>
  </recipe>
</body>
</DESSERT>

</html>