<?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>Baba Ghanoush</name>
  <keywords>
    <word>vegetarian</word>
    <word>vegan</word>
    <word>non-dairy</word>
    <word>eggplant</word>
  </keywords>
  <ingredients>
    <item>
      <qty>1</qty>
      <name>medium eggplant</name>
    </item>
    <item>
      <qty unit="c">1/4</qty>
      <name>tahini</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>lemon juice</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="tsp">2</qty>
      <name>parsley</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>salt</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>paprika</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>olive oil</name>
    </item>
  </ingredients>
  <directions>
    <step>Brush the eggplant with oil and pierce it with a fork.</step>
    <step>Place the eggplant in a baking dish and broil it in the oven until the skin is blackened, about 45 minutes.</step>
    <step>Remove the eggplant from the dish and place it in a bowl filled with cold water.</step>
    <step>Once the eggplant has cooled, peel the skin off and collect the pulp.  Reserve some of the blackened skin.</step>
    <step>Squeeze excess liquid from the pulp and place it in a food processor along with a small amount of the skin.</step>
    <step>Add remaining ingredients except olive oil and process until smooth.</step>
    <step>Refrigerate for several hours.</step>
    <step>Stir in olive oil and serve.</step>
  </directions>
  <serves>6</serves>
</recipe>

