<?xml version="1.0" encoding="UTF-8"?>
<collection>
  <description>
     Some recipes used in the XML tutorial.
  </description>
  <recipe>
    <title>Ricotta Pie</title> 
    <ingredient name="filling">
      <ingredient name="ricotta cheese" amount="3" unit="pound"/> 
      <ingredient name="eggs" amount="12"/> 
      <ingredient name="white sugar" amount="2" unit="cup"/> 
      <ingredient name="vanilla extract" amount="2" unit="teaspoon"/> 
      <ingredient name="semisweet chocolate chips" amount="0.25" unit="cup"/> 
      <preparation>
        <step>
          Beat the 12 eggs, 2 cups sugar and vanilla extract together. Stir in
          the ricotta cheese and the chocolate chips. Set aside.
        </step>
      </preparation>
    </ingredient>
    <ingredient name="dough">
      <ingredient name="flour" amount="4" unit="cup"/> 
      <ingredient name="baking powder" amount="5" unit="teaspoon"/> 
      <ingredient name="white sugar" amount="1" unit="cup"/> 
      <ingredient name="shortening" amount="0.5" unit="cup"/> 
      <ingredient name="eggs, lightly beaten" amount="4"/> 
      <ingredient name="vanilla extract" amount="1" unit="teaspoon"/> 
      <preparation>
        <step>
          Combine the flour, baking powder, and 1 cup of the sugar together. Cut in the
          shortening and mix until the mixture resembles coarse crumbs. Mix in 4 of
          the eggs and 1 teaspoon of the vanilla. Divide dough into 4 balls and chill (if
          needed).
        </step>
      </preparation>
    </ingredient>
    <ingredient name="milk" amount="*"/>
    <preparation>
      <step>
        Preheat oven to 325 degrees F (165 degrees C). Grease two deep dish pie
        plates.
      </step>
      <step>
        Roll out 2 of the balls to fit into the pie pans. Do not make the crust too thick
        as it will expand during cooking and get too thick. Do not flute the edges of
        the dough. Roll out the other 2 balls of dough and cut each into 8 narrow
        strips for the top of the crust. Alternately you can use cookie cutters and
        place the cutouts on the top of the pies.
      </step>
      <step>
        Pour the filling evenly into the pie crusts. Top each pie with 8 narrow strips
        of dough or cookie cut-outs. Brush top of pie with milk for shine. Place foil on
        the edge of crust.
      </step>
      <step>
        Bake at 325 degrees F (165 degrees C) for 20 to 30 minutes then remove
        foil. Continue to bake for another 25 or 30 minutes or until a knife inserted in
        the center comes out clean.
      </step>
    </preparation>
    <nutrition calories="349" fat="18" carbohydrates="64" protein="18"/>
  </recipe>
  <recipe>
    <title>Linguine Pescadoro</title>
    ...
    <nutrition calories="532" fat="12" carbohydrates="59" protein="29"/>
  </recipe>
  <recipe>
    <title>Zuppa Inglese</title>
    ...
    <nutrition calories="612" fat="49" carbohydrates="45" protein="4" alcohol="2"/>
 </recipe>
  <recipe>
    <title>Cailles en Sarcophages</title>
    ...
    <nutrition calories="8892" fat="33" carbohydrates="28"
    protein="39"/>
 </recipe>
</collection>

