<?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>Black Bean Vegetable Chili</name>
  <ingredients>
    <item>
      <qty>2</qty>
      <name>medium onions</name>
      <info>chopped</info>
    </item>
    <item>
      <qty>1</qty>
      <name>large green bell pepper</name>
      <info>chopped</info>
    </item>
    <item>
      <qty>1</qty>
      <name>large red bell pepper</name>
      <info>chopped</info>
    </item>
    <item>
      <qty>10</qty>
      <name>garlic cloves</name>
      <info>chopped</info>
    </item>
    <item>
      <qty unit="tbsp">4</qty>
      <name>cumin</name>
    </item>
    <item>
      <qty unit="tbsp">5</qty>
      <name>chili powder</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>cayenne pepper</name>
    </item>
    <item>
      <qty unit="tbsp">4</qty>
      <name>dried oregano</name>
    </item>
    <item>
      <qty>2</qty>
      <name>15 oz. cans black beans</name>
      <info>drained</info>
    </item>
    <item>
      <qty>2</qty>
      <name>15 oz. cans pinto beans</name>
      <info>drained</info>
    </item>
    <item>
      <qty>2</qty>
      <name>15 oz. cans diced tomatoes</name>
      <info>undrained</info>
    </item>
    <item>
      <qty>1</qty>
      <name>6 oz. can tomato paste</name>
    </item>
    <item>
      <qty unit="c">3</qty>
      <name>vegetable broth</name>
    </item>
    <item>
      <qty unit="c">2</qty>
      <name>corn</name>
      <info>fresh or frozen</info>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>cilantro</name>
      <info>chopped</info>
    </item>
  </ingredients>
  <directions>
    <step>Heat 2 Tbsp broth in a medium size soup pot. Saut&#233; onion and bell pepper in broth over medium heat for about 5 minutes, stirring frequently, until translucent.</step>
    <step>Add garlic, cumin, red chili powder, cayenne pepper and continue to saut&#233; for 1 minute.</step>
    <step>Add the remaining ingredients except cilantro and corn. Simmer for 20 minutes uncovered.</step>
    <step>Add corn and cook for another 5 minutes.</step>
    <step>Add chopped cilantro.  Season with salt and pepper to taste.</step>
  </directions>
  <serves>8</serves>
</recipe>
