<?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>Bread and Bean Soup</name>
  <keywords>
    <word>soup</word>
    <word>vegetarian</word>
    <word>vegan</word>
    <word>non-dairy</word>
    <word>beans</word>
    <word>bread</word>
  </keywords>
  <time>
    <prep>0:10</prep>
    <cook>1:30</cook>
  </time>
  <ingredients>
    <item>
      <qty unit="c">1/2</qty>
      <name>dried navy beans</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>dried pinto beans</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>dried great northern beans</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>dried pink beans</name>
    </item>
    <item>
      <qty unit="c">6</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="tbsp">4</qty>
      <name>extra virgin olive oil</name>
    </item>
    <item>
      <qty>2</qty>
      <name>bouillon cubes</name>
    </item>
    <item>
      <qty>8</qty>
      <name>garlic cloves</name>
      <info>minced</info>
    </item>
    <item>
      <qty unit="tsp">2</qty>
      <name>crushed rosemary</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>oregano</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>salt</name>
    </item>
    <item>
      <name>black pepper</name>
    </item>
    <item>
      <qty unit="c">2</qty>
      <name>French bread crumbs</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>lemon juice</name>
    </item>
  </ingredients>
  <directions>
    <step>Pressure cook the beans until done.  Then place them in a pot with 5 cups of water.</step>
    <step>Add the oil, garlic, and bouillon cubes.  Bring to a boil.</step>
    <step>Add rosemary, oregano, salt, and black pepper.  Stir well, then lower heat and simmer for about 10 minutes.</step>
    <step>Add the bread crumbs and stir vigorously.  Return to boil and then simmer for 10 more minutes, stirring occasionally.</step>
    <step>Stir in lemon juice and serve.</step>
  </directions>
  <source>
    <name>Brian Rogers</name>
  </source>
</recipe>

