<?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>California Burgers</name>
  <ingredients>
    <item>
      <qty unit="c">1</qty>
      <name>cooked chickpeas</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>cooked brown rice or kamut</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>corn</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>peas</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>minced onion</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>steamed broccoli</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>corn meal</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>oat bran</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>cornstarch</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>olive oil</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>dried parsley</name>
    </item>
    <item>
      <qty unit="tsp">1 1/2</qty>
      <name>salt</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>garlic powder</name>
    </item>
    <item>
      <name>pepper</name>
    </item>
  </ingredients>

  <directions>
    <step>Blend ingredients in a food processor until just combined.</step>
    <step>Shape into burger-sized patties.</step>
    <step>Option 1: Fry in an oiled pan on medium-low heat until golden brown on both sides.</step>
    <step>Option 2: Bake for 30 minutes (turning once, halfway through) at 400 degrees F on a lightly oiled cookie sheet.  For a crispier texture, broil for a few minutes per side after baking.</step>
  </directions>
  <source>
    <name>Brian Rogers</name>
  </source>
</recipe>
