<?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>Ambrosia Salad</title>

  <recipeinfo>
	  <source>Mama has made this for longer than I've known
		  her.</source>

  </recipeinfo>

  <ingredientlist>
	  <ingredient><quantity>1 </quantity> <unit>can </unit>
		  <fooditem>mandarin oranges, drained</fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>large can </unit>
		  <fooditem>chunk pineapple, drained </fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>C. </unit>
		  <fooditem>baker's coconut </fooditem></ingredient>

	  <ingredient><quantity>1 </quantity> <unit>C. </unit>
		  <fooditem>mini marshmallows </fooditem></ingredient>

	  <ingredient><quantity>1/2 to 1 </quantity> <unit>C. </unit>
		  <fooditem>sour cream (to taste) </fooditem></ingredient>

  </ingredientlist>

  <preparation>
	  Mix all ingredients with enough sour cream to moisten well.
	  Chill before serving.
  </preparation>

</recipe>
