<?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>Chicken-Style Seitan</name>
  <ingredients>
    <item>
      <qty unit="c">3/4</qty>
      <name>wheat gluten flour</name>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>chickpea flour</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>water</name>
      <info>(for dough mixture)</info>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>soy sauce</name>
      <info>(for dough mixture)</info>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>vegan chicken broth powder</name>
      <info>(for dough mixture)</info>
    </item>
    <item>
      <qty unit="c">1 1/2</qty>
      <name>water</name>
      <info>(for cooking broth)</info>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>soy sauce</name>
      <info>(for cooking broth)</info>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>vegan chicken broth powder</name>
      <info>(for cooking broth)</info>
    </item>
  </ingredients>
  <directions>
    <step>Preheat oven to 325 degrees F.</step>
    <step>Mix the flour, water, soy sauce, and broth powder until it forms into dough.</step>
    <step>Knead the dough for about 10 minutes. (A bread machine or food processor with a dough hook works well.)</step>
    <step>Place the dough in a lightly oiled loaf pan.</step>
    <step>Mix the water, soy sauce, and broth powder to make the cooking broth.  Pour over the dough.</step>
    <step>Cover the pan with foil and bake for 1 hour.</step>
    <step>Uncover and turn the loaf over. Replace the foil and bake for another hour.</step>
    <step>Let the loaf cool and store in the refrigerator.  (Note: The seitan will become slightly more firm after being refrigerated.)</step>
  </directions>
  <source>
    <name>Brian Rogers</name>
  </source>
</recipe>
