<?xml version="1.0" ?>
<!DOCTYPE DESSERT PUBLIC "-//FormatData//DTD DESSERT 0.3//EN" 
  "http://www.formatdata.com/dessert/dessert.dtd">
<?xml-stylesheet href="dessertmama.css" type="text/css" ?>
<html>
<DESSERT version="0.3">
  <body>
  <recipe>
    <head>
      <title>The "Perfect" Chocolate-Chip Cookie</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>1</qty> <unit>cup</unit></amt>
        <item>unsalted butter, softened</item>
      </ing>

     <ing>
        <amt><qty>1/2</qty> <unit>cup</unit></amt>
        <item>granulated sugar</item>
      </ing>

      <ing>
        <amt><qty>1</qty>  <unit>cup</unit></amt>
        <item>packed dark brown sugar</item>
      </ing>

      <ing>
        <amt><qty>2</qty> </amt>
        <item>large eggs</item>
      </ing>

      <ing>
        <amt><qty>2</qty> <unit>cups</unit></amt>
        <item>flour</item>
      </ing>

      <ing>
        <amt><qty>3/4</qty> <unit>tsp</unit></amt>
        <item>baking soda</item>
      </ing>
 
      <ing>
        <amt><qty>1</qty> <unit>tsp</unit></amt>
        <item>salt</item>
      </ing>

      <ing>
        <amt><qty>1</qty> <unit>tsp</unit></amt>
        <item>pure vanilla extract</item>
      </ing>

      <ing>
        <amt><qty>4</qty> <unit>cups</unit></amt>
        <item>semisweet chocolate chips</item>
      </ing>


    </ingredients>
    <directions>
      <step>Cream the butter at high speed until fluffy</step>
      <step>Add the sugars and beat until light and fluffy (about 4 minutes)</step>
      <step>Beat in eggs, one at a time, until completely mixed</step>
      <step>In separate bowl, mix flour, salt and baking soda</step>
      <step>Add to the butter mixture at low until just combined</step>
      <step>Add vanilla extract and beat on medium speed, scraping bowl, until blended</step>
      <step>Add chocolate chips and mix till thoroughly combined</step>
     <step>Drop heaping spoonfuls of batter 2 inches apart</step>
      <step>Bake for 11 minutes at 350 degrees, turning tray once, until golden brown around edges</step>
    </directions>
  </recipe>
</body>
</DESSERT>

</html>