<?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>Powdered Sugar Buttercream Frosting
</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>1</qty> <unit>cup</unit></amt>
        <item>unsalted butter, softened</item>
      </ing>

     <ing>
        <amt><qty>8</qty> <unit>cups</unit></amt>
        <item>powdered sugar</item>
      </ing>

      <ing>
        <amt><qty>1/2</qty>  <unit>cup</unit></amt>
        <item>heavy cream or whole milk</item>
      </ing>

      <ing>
        <amt><qty>2</qty> <unit>tsp</unit></amt>
        <item>pure vanilla extract</item>
      </ing>

  

    </ingredients>
    <directions>
      <step>Cream butter until fluffy</step>
      <step>Add 4 cups sugar and mix well; add milk and vanilla</step>
      <step>A little at a time, add remaining powdered sugar until the frosting is creamy and of the desired consistency</step>
      <step>Add a few drops food coloring for pastel frosting; or, melted and cooled chocolate for fudge frosting</step>
    </directions>
  </recipe>
</body>
</DESSERT>

</html>