<?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 Dal</name>
  <keywords>
    <word>Indian</word>
    <word>curry</word>
    <word>vegetarian</word>
    <word>vegan</word>
    <word>non-dairy</word>
  </keywords>
  <comments>
    Indian lentil curry.
  </comments>
  <time>
    <prep>0:10</prep>
    <cook>0:30</cook>
  </time> 
  <ingredients>
    <item>
      <qty unit="c">1</qty>
      <name>chana dal</name>
    </item>
    <item>
      <qty unit="c">3</qty>
      <name>water</name>
    </item>
    <item>
      <qty>1</qty>
      <name>small onion</name>
      <info>chopped</info>
    </item>
    <item>
      <qty>1</qty>
      <name>green chili</name>
    </item>
    <item>
      <qty>2</qty>
      <name>garlic cloves</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>oil</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>cumin</name>
    </item>
    <item>
      <qty unit="tsp">1/4</qty>
      <name>cardamom</name>
    </item>
    <item>
      <qty unit="tsp">1/4</qty>
      <name>coriander</name>
    </item>
    <item>
      <qty unit="tsp">1/4</qty>
      <name>asafetida</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>turmeric</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>salt</name>
    </item>
  </ingredients>
  <directions>
    <step>Mix the chana dal and water and pressure cook until dal has softened and thickened, about 20 minutes.</step>
    <step>In a small pan, heat the oil on medium heat.  Add the spices, salt, and green chili and fry about 30 seconds, stirring constantly.</step>
    <step>Add the garlic and fry until it has just started to brown, being careful not to burn it.</step>
    <step>Pour the garlic and spices over the chana dal and stir to combine.</step>
    <step>Stir in more water if the dal is too dry. Simmer for a few more minutes and serve immediately over bread or rice.</step>
  </directions>
  <serves>4</serves>
</recipe>

