<?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>Vegetarian Chicken Broth</name>
  <ingredients>
    <item>
      <qty unit="c">1 1/3</qty>
      <name>nutritional yeast</name>
    </item>
    <item>
      <qty unit="tbsp">3</qty>
      <name>onion powder</name>
    </item>
    <item>
      <qty unit="tsp">2 1/2</qty>
      <name>garlic powder</name>
    </item>
    <item>
      <qty unit="tbsp">2 1/2</qty>
      <name>salt</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>celery seed</name>
    </item>
    <item>
      <qty unit="tbsp">2 1/2</qty>
      <name>Italian seasoning</name>
    </item>
    <item>
      <qty unit="tbsp">2</qty>
      <name>dried parsley</name>
    </item>
  </ingredients>
  <directions>
    <step>Blend all ingredients except parsley to a smooth powder in a blender, shaking several times to redistribute.</step>
    <step>Add parsley and mix.  Store in container with a tight-fitting lid.  Use at ratio of one teaspoon per cup of hot water.</step>
  </directions>
</recipe>
