<?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>Falafel</name>
  <keywords>
    <word>vegetarian</word>
    <word>vegan</word>
    <word>non-dairy</word>
    <word>chickpeas</word>
  </keywords>
  <ingredients>
    <item>
      <qty unit="c">1</qty>
      <name>dried chickpeas</name>
    </item>
    <item>
      <qty>1</qty>
      <name>medium onion</name>
    </item>
    <item>
      <qty>3</qty>
      <name>garlic cloves</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>baking powder</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>salt</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>cumin</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>allspice</name>
    </item>
    <item>
      <qty unit="tsp">1/4</qty>
      <name>cayenne pepper</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>flour</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>parsley</name>
    </item>
    <item>
      <name>canola oil</name>
    </item>
  </ingredients>
  <directions>
    <step>Soak the chickpeas in 4 cups of water.  Refrigerate for 24 hours.</step>
    <step>The next day, drain and rinse the chickpeas.</step>
    <step>Coarsely chop the onion and garlic and place in a food processor.  Process for a few seconds.</step>
    <step>Add the chickpeas.  Process for a few more seconds.</step>
    <step>Add the baking powder and spices.  Process for a few more seconds.</step>
    <step>Add half the flour.  Process for a few more seconds.</step>
    <step>Add the remaining flour and parsley.  Process for a few more seconds.</step>
    <step>Refrigerate the falafel mixture for a few hours.</step>
    <step>Form the falafel into small balls (use about 1 tbsp of mixture per ball).</step>
    <step>Heat the oil over medium heat and deep fry the falafel balls until they are brown and crispy on the outside.</step>
    <step>Drain excess oil from the falafel and serve.</step>
  </directions>
  <serves>10</serves>
</recipe>

