<?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>Garlic Pasta Sauce</name>
  <ingredients>
    <item>
      <qty unit="tbsp">2</qty>
      <name>olive oil</name>
    </item>
    <item>
      <qty>6</qty>
      <name>garlic cloves</name>
      <info>minced</info>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>flour</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>nutritional yeast</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>water</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>broth powder</name>
    </item>
    <item>
      <qty unit="tsp">1/2</qty>
      <name>salt</name>
    </item>
    <item>
      <name>pepper</name>
    </item>
    <item>
      <name>crushed red pepper</name>
    </item>
    <item>
      <name>Italian seasonings (basil, sage, etc.)</name>
    </item>
  </ingredients>
  <directions>
    <step>Heat oil in a saucepan on medium heat.</step>
    <step>Saut&#xE9;e the onion and garlic for about 2 minutes.</step>
    <step>Add the flour and nutritional yeast.  Whisk together until the mixture forms into a ball.</step>
    <step>Slowly whisk in the water, about 1/2 cup at a time.  Bring to a boil.</step>
    <step>Stir in the remaining ingredients.  Lower heat, and simmer for about 10 minutes, until sauce has thickened slightly.</step>
  </directions>
  <source>
    <name>Brian Rogers</name>
  </source>
</recipe>

