<?xml version="1.0" ?>
<?xml-stylesheet href="dessert1.css" type="text/css" ?>
<DESSERT version="0.3">
  <recipe>
    <head>
      <title>Beer Bread</title>
    </head>
    <ingredients>
      <ing>
        <amt><qty>3 </qty><unit>cups</unit></amt>
        <item>self rising flour</item>
      </ing>
      <ing>
        <amt><qty>3 </qty><unit>tbs</unit></amt>
        <item>sugar</item>
      </ing>
      <ing>
        <amt><qty>1</qty><unit></unit></amt>
        <item>egg</item>
      </ing>
      <ing>
        <amt><qty>1 </qty><unit>can</unit></amt>
        <item>beer - 12oz</item>
      </ing>
    </ingredients>
    <directions>
      <step>Preheat oven to 350</step>
      <step>Mix flour and sugar</step>
      <step>Add egg and beer - mix well</step>
      <step>Pour into loaf pan</step>
      <step>Bake at 350 for 1 hour</step>
    </directions>
    <notes>
      <not>If not using 1 egg, use 16oz of beer</not>
    </notes>
  </recipe>
</DESSERT>
