<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="recipe.xsl"?>
<recipe xmlns="http://www.bobbymcr.com/namespaces/recipe"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.bobbymcr.com/namespaces/recipe
                            http://www.bobbymcr.com/schemas/recipe.xsd">
  <name>Vegan Cheese Sauce</name>
  <ingredients>
    <item>
      <qty unit="c">1</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>nutritional yeast</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>corn starch</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>flour</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>lemon juice</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>salt</name>
    </item>
    <item>
      <qty unit="tsp">1/4</qty>
      <name>garlic powder</name>
    </item>
  </ingredients>
  <directions>
    <step>Place all the ingredients in a blender, and blend until smooth.</step>
    <step>Pour the mixture into a small sauce pan, and stir over medium heat until it starts to thicken, then let it bubble for 30 seconds.  Whisk vigorously.  Whisk in 2 T water.</step>
    <step>Drizzle immediately over pizza or other food, and broil or bake until a skin forms on top.  Alternatively, refrigerate in a small, covered plastic container for up to a week. It will become quite firm when chilled but will still remain spreadable.  You can spread the firm "cheese" on bread or quesadillas for grilling, or heat it to spread more thinly on casseroles, etc.</step>
  </directions>
</recipe>

