<?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>Cauliflower Soup</name>
  <keywords>
    <word>soup</word>
    <word>cauliflower</word>
    <word>vegetarian</word>
    <word>vegan</word>
    <word>non-dairy</word>
  </keywords>
  <time>
    <prep>0:05</prep>
    <cook>0:45</cook>
  </time>
  <ingredients>
    <item>
      <qty unit="tbsp">4</qty>
      <name>olive oil</name>
    </item>
    <item>
      <qty>6</qty>
      <name>garlic cloves</name>
      <info>minced</info>
    </item>
    <item>
      <qty>1</qty>
      <name>head of cauliflower</name>
      <info>chopped</info>
    </item>
    <item>
      <qty unit="c">3</qty>
      <name>vegetable broth</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>non-dairy milk</name>
    </item>
    <item>
      <name>salt</name>
    </item>
    <item>
      <name>black pepper</name>
    </item>
  </ingredients>
  <directions>
    <step>Heat 2 tbsp of oil in a medium saucepan.</step>
    <step>Sautee minced garlic and chopped cauliflower until the cauliflower is lightly browned.</step>
    <step>Add the vegetable broth and bring to a boil.  Lower heat and simmer for 20-30 minutes, until the cauliflower is tender.</step>
    <step>Pour the soup in a food processor and puree while slowly adding the milk and remaining oil.</step>
    <step>Return the soup to the saucepan.  Season with salt and pepper to taste.</step>
  </directions>
  <source>
    <name>Epicurean.com</name>
    <url>http://recipes.epicurean.com/recipe/13913/</url>
  </source>
</recipe>
