<?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>Mom's Creamy Mashed Potatoes</title>

  <recipeinfo>
	  <blurb>
		  These are the ones you love so much. Eat 'em up!
	  </blurb>

	  <author>
		  Pat Pennington
	  </author>
	  
	  <yield>8 servings, I guess
	  </yield>
  </recipeinfo>

  <ingredientlist>
	  <ingredient><quantity>5</quantity> <unit>lb.</unit>
		  <fooditem>potatoes</fooditem></ingredient>

	  <ingredient><quantity>6 to 8</quantity> <unit>oz.</unit> 
		  <fooditem>cream cheese</fooditem></ingredient>

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

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

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

	  <ingredient>
		  <fooditem>pepper</fooditem></ingredient>

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

  <preparation>
	  Peel and cook potatoes. Drain and mash. Mix other ingredients 
	  together, then mix well with potatoes. If you want them light 
	  and fluffy, then use an electric mixer to beat some air into them.

  </preparation>

</recipe>
