<?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>Marinade for Meat</title>

  <recipeinfo>
    <blurb>
	    We have several meat marinade recipes.  This is the one we like
	    the most.
    </blurb>

    <author>Laura Korth</author>

  </recipeinfo>

  <ingredientlist>
	  <ingredient><quantity>1/3 </quantity> <unit>C. </unit>
		  <fooditem>wine vinegar </fooditem></ingredient>

	  <ingredient><quantity>1/4 </quantity> <unit>C. </unit>
		  <fooditem>ketchup </fooditem></ingredient>

	  <ingredient><quantity>2 </quantity> <unit>Tbsp. </unit>
		  <fooditem>cooking oil </fooditem></ingredient>

	  <ingredient><quantity>2 </quantity> <unit>Tbsp. </unit>
		  <fooditem>Worcestershire sauce </fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>tsp. </unit>
		  <fooditem>yellow mustard </fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>tsp. </unit>
		  <fooditem>salt </fooditem></ingredient>

	  <ingredient><quantity>1/4 </quantity> <unit>tsp. </unit>
		  <fooditem>pepper </fooditem></ingredient>

	  <ingredient><quantity>1/4 </quantity> <unit>tsp. </unit>
		  <fooditem>garlic powder </fooditem></ingredient>

  </ingredientlist>

  <preparation>
	  Mix all ingredients together and place over meat in shallow dish.
	  Cover.  (Or just seal the meat and marinade in a ziplock bag.)
	  Let stand for 2-3 hours.  Perfect for all kinds of beef.
	  Especially good for barbecues.
  </preparation>

</recipe>
