<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="recipebook.xsl"?>
<!DOCTYPE recipe PUBLIC "-//Happy-Monkey//DTD RecipeBook//EN"
"http://www.happy-monkey.net/recipebook/recipebook.dtd">
<recipe>
  <title>Mudd Pie</title>

  <recipeinfo>
    <blurb>A family favorite, and now a missionary favorite as well.
    </blurb>

    <author>Cindy Mondy</author>

  </recipeinfo>

  <ingredientlist>
	  <ingredient><quantity>24</quantity>
		  <fooditem>Crushed Oreos
	  </fooditem></ingredient>

	  <ingredient><quantity>1/3</quantity> <unit>C.</unit>
	       <fooditem>melted margarine
	  </fooditem></ingredient>

	  <ingredient><quantity>1/2</quantity> <unit>gallon</unit>
		  <fooditem>softened ice cream (mint chocolate is best)
	  </fooditem></ingredient>

  </ingredientlist>

  <preparation>
	  Mix the Oreo cookie crumbs and the melted margarine, and press
	  into the bottom of a 9x13 baking pan. (Glass is best, but metal
	  will do.) Refrigerate until cool. Cut the softened ice cream into
	  4 slabs. Lay them in the pan and spread evenly over the cookie 
	  mixture. Freeze the ice cream. When the ice cream is firm, make
	  the sauce and pour it evenly over the top. Put it back in the
	  freezer until the sauce is firm.
  </preparation>

  <title>The Sauce</title>

  <ingredientlist>
	  <ingredient><quantity>1</quantity> <unit>C.</unit>
		  <fooditem>powdered sugar
	  </fooditem></ingredient>

	  <ingredient><quantity>2</quantity> <unit>Tbsp.</unit>
		  <fooditem>margarine
	  </fooditem></ingredient>

	  <ingredient><quantity>2/3</quantity> <unit>C.</unit>
		  <fooditem>evaporated milk
	  </fooditem></ingredient>

	  <ingredient><quantity>2/3</quantity> <unit>C.</unit>
		  <fooditem>semi-sweet chocolate chips
	  </fooditem></ingredient>
  </ingredientlist>

  <preparation>
	  Mix all ingredients. Cook until the mixture is thick and boils.
  </preparation>

</recipe>

