<?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>Seven-Layer Dip </title>

  <recipeinfo>
    <author>Teresa Christensen </author>
  </recipeinfo>

  <ingredientlist>
	  <ingredient>
		  <fooditem>guacamole (see below)</fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>C. </unit> 
		  <fooditem> sour cream </fooditem></ingredient>

	  <ingredient><quantity>1/2 </quantity> <unit>pkg. </unit> 
		  <fooditem> taco seasoning mix </fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>can </unit> 
		  <fooditem> jalapeno bean dip or 
			  spicy refried beans </fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>bunch </unit> 
		  <fooditem> green onions </fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>can </unit> 
		  <fooditem>sliced olives </fooditem></ingredient>

	  <ingredient><quantity>3 </quantity> 
		  <fooditem>tomatoes, chopped </fooditem></ingredient>

	  <ingredient><quantity>8 </quantity> <unit>oz. </unit> 
		  <fooditem>cheddar cheese, shredded </fooditem></ingredient>

  </ingredientlist>

  <preparation>
	  Mix together sour cream and taco seasoning.  Chop and prepare
	  vegetables and cheese.  When all ingredients are ready, layer
	  ingredients in thin layers on a <equipment>large serving platter
	  </equipment> in this order:  beans, guacamole, sour cream, green
	  onions, tomatoes, olives, shredded cheese.  Serve with tortilla
	  chips.
  </preparation>

  <title>Guacamole:</title>
  <ingredientlist>
    <ingredient><quantity>3</quantity> 
	    <fooditem>ripe medium avocados </fooditem></ingredient>

    <ingredient><quantity>2</quantity> <unit>Tbsp.</unit>
	    <fooditem>lemon juice </fooditem></ingredient>

    <ingredient><quantity>1/2</quantity> <unit>tsp.</unit>
	    <fooditem>salt </fooditem></ingredient>

    <ingredient><quantity>1/4</quantity> <unit>tsp.</unit>
	    <fooditem>pepper </fooditem></ingredient>
  </ingredientlist>

  <preparation>Mix 'em up until green and mooshy.  Small lumps of avocado
	  are okay.
  </preparation>

</recipe>
