<?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>Biscuits
</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>2</qty> <unit>cups</unit></amt>
        <item>all-purpose flour</item>
      </ing>

     <ing>
        <amt><qty>1</qty> <unit>tbsp</unit></amt>
        <item>sugar</item>
      </ing>

      <ing>
        <amt><qty>1</qty>  <unit>tbsp</unit></amt>
        <item>baking powder</item>
      </ing>

      <ing>
        <amt><qty>1/2</qty> <unit>tsp</unit></amt>
        <item>salt</item>
      </ing>

      <ing>
        <amt><qty>6</qty> <unit>tbsp</unit></amt>
        <item>unsalted butter, cold</item>
      </ing>
 
      <ing>
        <amt><qty>1/2</qty> <unit>cup</unit></amt>
        <item>cream or buttermilk</item>
      </ing>

    </ingredients>
    <directions>
      <step>Sift dry ingredients together</step>
      <step>Cut butter into cubes and work into dry ingredients with fingers or pastry cutter until pieces are pea-sized</step>
      <step>Add most of cream or buttermilk and mix with fork just until combined</step>
      <step>Add more liquid bit by bit until most of the flour is worked in</step>
      <step>Turn onto floured surface; knead dough 8-10 times</step>
      <step>Press or roll about one inch thick</step>
      <step>Cut into rounds with floured juice glass or cookie cutter</step>
     <step>Place in greased baking tin; bake in preheated 400 degree oven for 8-10 minutes until golden brown</step>
      <step>Serve immediately</step>
    </directions>
  </recipe>
</body>
</DESSERT>

</html>
