<?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 Nacho Cheese Dip</name>
  <ingredients>
    <item>
      <qty unit="c">2</qty>
      <name>salsa casera</name>
      <info>(available in the hispanic foods section of most grocery stores)</info>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>nutritional yeast</name>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>chickpea flour</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>lemon juice</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>garlic powder</name>
    </item>
  </ingredients>
  <directions>
    <step>Whisk ingredients together until well blended.</step>
    <step>Pour the mixture into a small sauce pan, and stir over medium heat until it starts to thicken.</step>
  </directions>
</recipe>
