<?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>Pizza Crust</title>

  <recipeinfo>
  <yield>1 large pizza, or 3-4 small pizzas or calzones</yield>
  </recipeinfo>

  <ingredientlist>
	  <ingredient><quantity>1</quantity> <unit>C.</unit> 
		  <fooditem>warm water</fooditem></ingredient>

	  <ingredient><quantity>1</quantity> <unit>pkg.</unit>
		  <fooditem>yeast OR</fooditem></ingredient>

	  <ingredient><quantity>1</quantity> <unit>Tbsp.</unit>
		  <fooditem>dry yeast</fooditem></ingredient>

	  <ingredient><quantity>1</quantity> <unit>tsp.</unit> 
		  <fooditem>sugar</fooditem></ingredient>

	  <ingredient><quantity>3-1/2</quantity> <unit>C.</unit> 
		  <fooditem>flour</fooditem></ingredient>

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

	  <ingredient><quantity>2</quantity> <unit>Tbsp.</unit> 
		  <fooditem>oil</fooditem></ingredient>
  </ingredientlist>

  <preparation>Dissolve yeast.  Add sugar, salt and oil to water.  Then add
	  2 cups flour and mix.  Gradually add rest of flour.  Put in
	  greased bowl and let rise 1 hour.  Roll out dough and put on
	  toppings.  Bake at 425&#xb0; for 15 minutes.
  </preparation>

  <title>Sauce </title>
  <ingredientlist>
	  <ingredient><quantity>2</quantity> <unit>cans (8 oz.)</unit>
		  <fooditem>tomato sauce</fooditem></ingredient>

	  <ingredient><quantity>1</quantity> <unit>tsp.</unit>
		  <fooditem>Italian seasoning</fooditem></ingredient>
  </ingredientlist>

  <preparation>Mix together and heat in saucepan until slightly thickened.
  </preparation>

</recipe>
