<?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>Vegan Chocolate Chip Cookies</name>
  <ingredients>
    <item>
      <qty unit="c">2</qty>
      <name>unbleached flour</name>
    </item>
    <item>
      <qty unit="tsp">2</qty>
      <name>baking powder</name>
    </item>
    <item>
      <qty unit="tsp">1/4</qty>
      <name>cinnamon</name>
    </item>
    <item optional="true">
      <qty unit="tsp">1/4</qty>
      <name>cayenne pepper</name>
    </item>
    <item>
      <qty unit="c">2/3</qty>
      <name>chocolate chips</name>
    </item>
    <item>
      <qty unit="c">1</qty>
      <name>sugar</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>oil or melted margarine</name>
    </item>
    <item>
      <qty unit="tsp">1</qty>
      <name>vanilla</name>
    </item>
    <item>
      <qty unit="c">1/2</qty>
      <name>milk (almond or soy)</name>
    </item>
  </ingredients>
  <directions>
    <step>Preheat oven to 350 degrees.</step>
    <step>In a bowl, mix dry ingredients.  Add chips.  Make a well in the center and set aside.</step>
    <step>In a bowl, mix sugar and oil together well.  Add vanilla, then the milk and mix well.  Pour into the well in the dry bowl and mix thoroughly.  (Do not overwork.)</step>
    <step>Place cookie-sized chunks of dough onto an ungreased cookie sheet. Make sure to flatten the cookies, as they will not rise much in the oven.</step>
    <step>Bake for 8-10 minutes.</step>
    <step>Remove the sheet from the oven and let the cookies sit for 2 or 3 minutes.  Remove the cookies from the sheet and let them sit on a cooling rack.  They will become more firm as they cool.</step>
    <step>If the cookies are too soft after cooling, increase the baking time by a minute or two.  If the cookies seem too dark on the bottom, try removing them from the sheet immediately after they are out of the oven.  The baking times are very sensitive to different ovens and will require experimentation.</step>
  </directions>
</recipe>
