<?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>Muffins</title>

  <recipeinfo>
	  <blurb>
		  This is a quick and easy recipe for when you want to turn
		  out a basket of fresh muffins in a hurry.  It's from the
		  old Betty Crocker cookbook that we keep trying to replace
		  but can never seem to get rid of.
	  </blurb>

	  <author>
		  From "Betty Crocker's Cookbook," 26th printing, 1976. 
		  Including this recipe here probably violates copyright 
		  or something, so if the General Mills lawyers ask nicely,
		  I'll remove it.
	  </author>
	  
	  <yield>About 12 muffins</yield>
  </recipeinfo>

  <ingredientlist>
	  <ingredient><quantity>1</quantity>  
		  <fooditem>egg</fooditem></ingredient>

	  <ingredient><quantity>1</quantity> <unit>C.</unit>
		  <fooditem>milk</fooditem></ingredient>

	  <ingredient><quantity>1/4</quantity> <unit>C.</unit>
		  <fooditem>salad oil</fooditem></ingredient>

	  <ingredient><quantity>2</quantity> <unit>C.</unit> 
		  <fooditem>all-purpose flour</fooditem></ingredient>

	  <ingredient><quantity>1/4</quantity> <unit>C.</unit> 
		  <fooditem>sugar</fooditem></ingredient>

	  <ingredient><quantity>3</quantity> <unit>tsp.</unit> 
		  <fooditem>baking powder</fooditem></ingredient>

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

  </ingredientlist>

  <preparation>
	  Heat oven to 400&#xb0; F.  Grease bottoms of 12 medium muffin
	  cups.  Beat egg; stir in milk and oil.  Mix in remaining
	  ingredients just until flour is moistened.  Batter should be
	  lumpy.  Fill muffin cups 2/3 full.  Bake 20 to 25 minutes or
	  until golden brown.  Immediately remove from pan.
  </preparation>

  <notes>
	  For blueberry muffins, fold in 1 cup fresh blueberries or 3/4 cup
	  well-drained frozen blueberries (thawed, of course) into batter.

	  For chocolate-chip muffins, fold in 1 cup chocolate chips into
	  batter.
  </notes>

</recipe>
