<?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>Simple Roast Chicken
</title>
    </head>
    <ingredients>

      <ing>
        <amt><qty>1</qty> <unit>whole</unit></amt>
        <item>chicken, 4 to 5 pounds</item>
      </ing>

     <ing>
        <amt><qty>6</qty> <unit>tbsp</unit></amt>
        <item>butter</item>
      </ing>

      <ing>
        
        <item>salt and pepper</item>
      </ing>

     </ingredients>
    <directions>
      <step>Rinse chicken in cold water, removing neck and gizzards</step>
      <step>Pat dry with paper towels</step>
      <step>Salt and pepper generously, inside and out</step>
      <step>In wide oven-proof pan (cast iron frying pan works well), melt butter over medium heat on stovetop</step>
      <step>Once butter is bubbly and begins to change color, add chicken</step>
      <step>Brown on both sides, 5-8 minutes per side</step>
      <step>Preheat oven to 350 degrees</step>
      <step>Place pan and chicken in oven; cook 1 to 1 1/2 hours until juices run clear when poked in thigh with a sharp fork</step>
      <step>Remove from oven, allow to set several minutes; serve with pan juices</step>
    </directions>
  </recipe>
</body>
</DESSERT>

</html>