<?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>Best Chocolate Cinnamon Cake</name>
  <ingredients>
    <item>
      <qty unit="oz">8</qty>
      <name>firm silken tofu</name>
    </item>
    <item>
      <qty unit="c">2</qty>
      <name>sugar</name>
    </item>
    <item>
      <qty unit="c">3/4</qty>
      <name>oil</name>
    </item>
    <item>
      <qty unit="c">3/4</qty>
      <name>coconut milk</name>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="c">3/4</qty>
      <name>cocoa powder</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>vanilla extract</name>
    </item>
    <item>
      <qty unit="c">2</qty>
      <name>flour</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>baking soda</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>cream of tartar</name>
    </item>
    <item>
      <qty unit="tsp">2</qty>
      <name>cinnamon</name>
    </item>
  </ingredients>
  <directions>
    <step>Preheat oven to 350 degrees F.</step>
    <step>Spray one 9-inch round cake pan with non-stick cooking spray and dust the bottom with flour or cocoa powder.</step>
    <step>In a food processor, blend the tofu and sugar into a thick paste.  Add oil, coconut milk, water, and vanilla and continue blending until smooth.</step>
    <step>In a bowl, sift together the dry ingredients.  Add the dry ingredients to the wet mixture and blend briefly until fully mixed.</step>
    <step>Pour the batter into the cake pan and bake about one hour, or until a toothpick inserted in center comes out clean.</step>
    <step>Remove from oven and let stand for 5 minutes.  Carefully remove the cake from the pan and allow to cool.</step>
    <step>Frost or glaze cake if desired.  To make a layered cake, double the recipe and make two cakes; after baked and cooled, put a layer of frosting on one cake and carefully place the other on top.</step>
  </directions>
  <source>
    <name>Rosemary</name>
  </source>
</recipe>
