slide 9

Sample XML Document: A Recipe

<recipe>
<ingredients>
  <item>
    <qty>3</qty>
    <ingredient>eggs</ingredient>
  </item>
  <item>
    <qty>1/4</qty>
    <measure>cup</measure>
    <ingredient>milk</ingredient>
  </item>
</ingredients>

<directions>
<step><para>Break the eggs into a bowl.</para>
<para>Add the milk and mix with a fork.</para></step>

<step><para>Pour the mixture into a frying pan
over medium-low head. Tilt the pan to cover
the bottom.</para></step>

<step><para>When the eggs have set to your liking,
turn onto a plate.</para></step>

<step><para>Enjoy!</para></step>
</directions>
</recipe>