<?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>"Blissed" French Toast</name>
  <time>
    <prep>0:15</prep>
    <cook>0:15</cook>
  </time>
  <ingredients>
    <item>
      <qty unit="c">1 1/2</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="tbsp">3</qty>
      <name>wheat flour</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>corn starch</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>sugar</name>
    </item>
    <item>
      <qty unit="tsp">1/4</qty>
      <name>almond extract</name>
    </item>
    <item>
      <qty unit="pinch">1</qty>
      <name>salt</name>
    </item>
    <item>
      <qty unit="pinch">1</qty>
      <name>cinnamon</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>margarine or shortening</name>
    </item>
    <item>
      <qty unit="tsp">1/4</qty>
      <name>turmeric</name>
    </item>
    <item>
      <qty>12</qty>
      <name>bread slices</name>
    </item>
  </ingredients>
  <directions>
    <step>Puree all ingredients (except bread) in a blender.</step>
    <step>Heat batter in a saucepan while whisking until thickened.  Remove from heat and let cool slightly.</step>
    <step>Lightly cover bread with batter on both sides.  Scrape off excess batter.  (The toast will be gooey if the coating is too thick.)</step>
    <step>Heat a lightly oiled nonstick skillet over medium heat.  Brown the soaked bread on each side.</step>
  </directions>
  <serves>12</serves>
</recipe>
