<?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>Cream of Broccoli Soup</name>
  <ingredients>
    <item>
      <qty unit="tbsp">4</qty>
      <name>olive oil</name>
    </item>
    <item>
      <qty>2</qty>
      <name>onions</name>
      <info>diced</info>
    </item>
    <item>
      <qty>6</qty>
      <name>garlic cloves</name>
      <info>diced</info>
    </item>
    <item>
      <qty>3</qty>
      <name>carrots</name>
      <info>diced</info>
    </item>
    <item>
      <qty>2</qty>
      <name>celery stalks</name>
      <info>diced</info>
    </item>
    <item>
      <qty unit="tbsp">3</qty>
      <name>flour</name>
    </item>
    <item>
      <qty unit="c">2</qty>
      <name>broccoli</name>
      <info>chopped</info>
    </item>
    <item>
      <qty>6</qty>
      <name>small potatoes</name>
      <info>diced</info>
    </item>
    <item>
      <qty unit="c">2</qty>
      <name>soy milk</name>
    </item>
    <item>
      <qty unit="c">3</qty>
      <name>vegetable broth</name>
    </item>
    <item>
      <qty unit="c">5</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="c">1/3</qty>
      <name>nutritional yeast</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>corn starch</name>
    </item>
    <item>
      <qty>1</qty>
      <name>bay leaf</name>
    </item>
    <item>
      <qty unit="tsp">2</qty>
      <name>oregano</name>
    </item>
    <item>
      <qty unit="tsp">2</qty>
      <name>sage</name>
    </item>
    <item>
      <qty unit="tsp">1 1/2</qty>
      <name>salt</name>
    </item>
  </ingredients>
  <directions>
    <step>Heat oil and add onions, garlic, celery and carrots.  Add flour and stir fry for 5 minutes over medium heat.</step>
    <step>Add soy milk, broth, and water.  Add broccoli, potatoes, yeast, starch and spices. Bring to a boil. Lower heat and simmer for 30 minutes.</step>
    <step>Puree about 3/4 of the soup in a blender and add the puree to the rest of the soup.</step>
  </directions>
</recipe>
