<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="recipe.xsl"?>
<recipe category="dessert">
  <name>Banana Banana Bread</name>
  <servings>12</servings>
  <difficulty>Moderate</difficulty>
  <time>90 Minutes (15 min prep, 75 min baking)</time>
  <ingredients>
    <ingredient>
      <amount>2 cups</amount>
      <description>all-purpose flour</description>
    </ingredient>
    <ingredient>
      <amount>3/4 cup</amount>
      <description>light brown sugar</description>
    </ingredient>
    <ingredient>
      <amount>1 tsp</amount>
      <description>baking soda</description>
    </ingredient>
    <ingredient>
      <amount>2</amount>
      <description>eggs, beaten</description>
    </ingredient>
    <ingredient>
      <amount>1/4 tsp</amount>
      <description>salt</description>
    </ingredient>
    <ingredient>
      <amount>2 1/3 cups</amount>
      <description>overripe bananas, mashed</description>
    </ingredient>
    <ingredient>
      <amount>1/2 cup</amount>
      <description>butter</description>
    </ingredient>
  </ingredients>
  <directions>
    <step number="1">
      <description>Preheat the oven to 350 degrees fahrenheit and lightly grease a 9 x 5" loaf pan.</description>
    </step>
    <step number="2">
      <description>In a large bowl, combine flour (2 cups), baking soda (1 tsp) and salt (1/4 tsp).</description>
    </step>
    <step number="3">
      <description>In a medium bowl, cream together the butter (1/2 cup) and brown sugar (3/4 cup). Stir in the eggs (2, beaten) and bananas (2 1/3 cups) until well blended.</description>
    </step>
    <step number="4">
      <description>Stir banana mixture into flour mixture; stir just to moisten. Pour batter into the prepared loaf pan.</description>
    </step>
    <step number="5">
      <description>Bake in a preheated oven for 60-65 minutes, until a toothpick inserted into the center of the loaf comes out clean.</description>
    </step>
    <step number="6">
      <description>Let the bread cool in the pan for 10 minutes, then turn out onto a wire rack.</description>
    </step>
  </directions>
  <tips>
    <tip>
      <description>For a twist on traditional banana bread, try adding 1/2 cup of roughly chopped pecans and 6 oz of chocolate chips into the flour mixture.</description>
    </tip>
  </tips>
</recipe>
