<?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 Banana Bread</name>
  <ingredients>
    <item>
      <qty unit="c">2</qty>
      <name>unbleached flour</name>
    </item>
    <item>
      <qty unit="c">1 1/2</qty>
      <name>sugar</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>baking soda</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>mashed bananas</name>
      <info>(about 2 or 3 bananas)</info>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>applesauce</name>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>vegetable oil</name>
    </item>
    <item>
      <qty unit="tbsp">5</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="tsp">3 1/2</qty>
      <name>Ener-G egg replacer</name>
    </item>
    <item>
      <qty unit="c">1/3</qty>
      <name>non-dairy buttermilk</name>
      <info>(see note below)</info>
    </item>
    <item optional="true">
      <qty unit="c">1/2</qty>
      <name>nuts</name>
    </item>
    <item optional="true">
      <name>cinnamon</name>
    </item>
  </ingredients>
  <directions>
    <step>Preheat oven to 400 degrees F.</step>
    <step>In a large bowl, mix flour, sugar, and baking soda.</step>
    <step>In a medium bowl, mix bananas, applesauce, oil, and buttermilk.</step>
    <step>Combine the wet mixture with the dry mixture.  Stir well.</step>
    <step>Mix the water and egg replacer in a small bowl.  Add this to the dough and stir well again.</step>
    <step>Pour into a greased bread pan.</step>
    <step>Bake for 60 minutes, or until a toothpick in the middle comes out clean.</step>
    <step>Note: To make 1 cup of non-dairy buttermilk, combine 1 cup of non-dairy milk with 1 tbsp of vinegar.</step>
  </directions>
  <source>
    <name>VegWeb</name>
    <url>http://vegweb.com/index.php?topic=5715</url>
  </source>
</recipe>
