<?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>Magnolia Bakery cupcakes made simple
</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>1</qty> <unit>cup</unit></amt>
        <item>unsalted butter, softened</item>
      </ing>

     <ing>
        <amt><qty>2</qty> <unit>cups</unit></amt>
        <item>sugar</item>
      </ing>

      <ing>
        <amt><qty>4</qty> </amt>
        <item>eggs, room temperature </item>
      </ing>

      <ing>
        <amt><qty>2 1/2</qty>  <unit>cups </unit></amt>
        <item>all-purpose flour</item>
      </ing>


      <ing>
        <amt><qty>1</qty> <unit>tbsp</unit></amt>
        <item>baking powder</item>
      </ing>
 
      <ing>
        <amt><qty>1</qty> <unit>cup</unit></amt>
        <item>milk</item>
      </ing>

      <ing>
        <amt><qty>1</qty> <unit>tsp</unit></amt>
        <item>pure vanilla extract</item>
      </ing>


    </ingredients>
    <directions>
     <step>Preheat oven to 350 degrees</step>
      <step>Butter tin and dust with cocoa powder, or, use cupcake liners </step>
      <step>Cream butter until smooth</step>
      <step>Add sugar gradually, beating until fluffy</step>
      <step>Add eggs one at a time, beating after each addition</step>
      <step>Mix flour and baking powder and add in 3 or 4 parts, alternating with milk, mixing after each addition</step>
      <step>Add vanilla and mix</step>
      <step>Using a 1/3 cup measure, scoop batter into prepared tin</step>
      <step>Bake for 18-20 minutes, until tester inserted in middle comes out clean </step>
      <step>Let cool for at least 30 minutes before frosting</step>
      <step>Recipe makes 24 cupcakes</step>      
    </directions>
  </recipe>
</body>
</DESSERT>

</html>