<?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>Hummus</name>
  <keywords>
    <word>vegetarian</word>
    <word>vegan</word>
    <word>non-dairy</word>
    <word>chickpeas</word>
  </keywords>
  <ingredients>
    <item>
      <qty unit="c">2</qty>
      <name>cooked chickpeas</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>tahini</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>olive oil</name>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>lemon juice</name>
    </item>
    <item>
      <qty>4</qty>
      <name>small garlic cloves</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>salt</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>cumin</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>paprika</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>coriander</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>parsley</name>
    </item>
  </ingredients>
  <directions>
    <step>Add all ingredients except parsley to a food processor and process until smooth.</step>
    <step>Stir in parsley.</step>
    <step>Refrigerate until ready to serve.</step>
  </directions>
  <serves>12</serves>
</recipe>

