<?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>Plain Pastry</title>

  <recipeinfo>
    <blurb>This is Mama's excellent recipe for pie crust.
    </blurb>

    <author>Mama, of course!</author>

  </recipeinfo>

  <title>Single-crust pie</title>
  <ingredientlist>
	  <ingredient><quantity>1 </quantity> <unit>C.</unit> 
		  <fooditem>sifted flour </fooditem></ingredient>

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

	  <ingredient><quantity>1/3 </quantity> <unit>C.</unit> 
		  <fooditem>shortening </fooditem></ingredient>

	  <ingredient><quantity>2-3</quantity> <unit>Tbsp.</unit> 
		  <fooditem>cold water </fooditem></ingredient>
  </ingredientlist>

  <title>8-inch double crust</title>
  <ingredientlist>
	  <ingredient><quantity>1 1/2 </quantity> <unit>C.</unit> 
		  <fooditem>sifted flour </fooditem></ingredient>

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

	  <ingredient><quantity>1/2 </quantity> <unit>C.</unit> 
		  <fooditem>shortening </fooditem></ingredient>

	  <ingredient><quantity>4-5</quantity> <unit>Tbsp.</unit> 
		  <fooditem>cold water </fooditem></ingredient>
  </ingredientlist>

  <title>9- or 10-inch double crust</title>
  <ingredientlist>
	  <ingredient><quantity>2 </quantity> <unit>C.</unit> 
		  <fooditem>sifted flour </fooditem></ingredient>

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

	  <ingredient><quantity>2/3 </quantity> <unit>C.</unit> 
		  <fooditem>shortening </fooditem></ingredient>

	  <ingredient><quantity>5-7</quantity> <unit>Tbsp.</unit> 
		  <fooditem>cold water </fooditem></ingredient>
  </ingredientlist>

  <preparation>
	  Sift together the flour and salt.  Cut in the shortening with
	  pastry blender or blending fork till pieces are the size of
	  small peas.  Cut in half of the shortening at a time for extra
	  tender and flaky crust.  Sprinkle 1 Tbsp of the water over the
	  dry part; mix lightly, push to moistened part at side.  Repeat
	  till all is moistened.  Gather up with fingers and form into a
	  ball.  Roll the dough 1/8 inch thick.  For baked pie shell, prick
	  bottom and sides well with fork.  Bake in very hot oven
	  (450&#xb0;) till pastry is golden, 10-12 minutes.  
  </preparation>

</recipe>
