<?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>Enchilada Sauce</name>
  <keywords>
    <word>Mexican</word>
    <word>sauce</word>
    <word>vegetarian</word>
    <word>vegan</word>
    <word>non-dairy</word>
  </keywords>
  <time>
    <prep>0:05</prep>
    <cook>0:30</cook>
  </time>
  <ingredients>
    <item>
      <qty unit="c">1/3</qty>
      <name>flour</name>
    </item>
    <item>
      <qty unit="c">1/3</qty>
      <name>olive oil</name>
    </item>
    <item>
      <qty unit="c">3</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="c">2</qty>
      <name>tomato sauce</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>chili powder</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>paprika</name>
    </item>
    <item>
      <qty unit="tbsp">1</qty>
      <name>cumin</name>
    </item>
    <item>
      <qty unit="tsp">2</qty>
      <name>garlic powder</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>cayenne pepper</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>salt</name>
    </item>
  </ingredients>
  <directions>
    <step>Heat the flour and oil in a pan over medium heat.  Whisk together and stir occasionally until the mixture becomes golden brown.</step>
    <step>Slowly stir in the water and tomato sauce.</step>
    <step>Add the spices and stir until bubbly.</step>
    <step>Simmer covered for 20 minutes.</step>
  </directions>
  <source>
    <name>Brian Rogers</name>
  </source>
</recipe>
