<?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>Chana Masala</name>
  <keywords>
    <word>Indian</word>
    <word>curry</word>
    <word>vegetarian</word>
    <word>vegan</word>
    <word>non-dairy</word>
  </keywords>
  <comments>
    Indian chickpea curry.
  </comments>
  <time>
    <prep>0:10</prep>
    <cook>1:00</cook>
  </time> 
  <ingredients>
    <item>
      <qty unit="c">1</qty>
      <name>dried chickpeas</name>
    </item>
    <item>
      <qty>1</qty>
      <name>small onion</name>
      <info>chopped</info>
    </item>
    <item>
      <qty>1</qty>
      <name>one-inch piece of ginger</name>
    </item>
    <item>
      <qty>1</qty>
      <name>green chili</name>
    </item>
    <item>
      <qty>5</qty>
      <name>garlic cloves</name>
    </item>
    <item>
      <qty>1</qty>
      <name>tomato</name>
      <info>diced</info>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>oil</name>
    </item>
    <item>
      <qty>3</qty>
      <name>bay leaves</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>coriander</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>garam masala</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>turmeric</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>salt</name>
    </item>
    <item>
      <name>water</name>
    </item>
    <item>
      <name>cilantro</name>
      <info>chopped</info>
    </item>
  </ingredients>
  <directions>
    <step>Pressure cook the chickpeas until tender.</step>
    <step>In a food processor, combine the onion, ginger, green chili, garlic, and tomato.  Blend until the mixture becomes a smooth paste.</step>
    <step>In a saucepan, heat the oil on medium heat.  Add the bay leaves and fry for about 30 seconds.</step>
    <step>Add the paste and fry, stirring occasionally, until it thickens and darkens, about 20 minutes.</step>
    <step>Add the coriander, garam masala, turmeric and stir fry for about 1 minute.</step>
    <step>Add the salt and enough water to make a thick gravy (1 to 2 cups).  Stir and bring to a boil.</step>
    <step>Lower heat and add chickpeas.  Stir and simmer for about 10 minutes.</step>
    <step>Garnish with chopped cilantro and serve over bread or rice.</step>
  </directions>
  <serves>6</serves>
  <source>
    <name>Recipe Delights</name>
    <url>http://www.recipedelights.com/recipes/vegdishes/ChanaMasala.htm</url>
  </source>
</recipe>

