An example XML document


   <?xml version="1.0" encoding="utf-8" ?>
   <cookBook>

     <recipe n="1">
      <head>Nail Soup</head>
      <ingredientList>  .... </ingredientList>
      <procedure>  ....   </procedure>  
     </recipe>

     <recipe n="2"> 
     <!-- contents of second recipe here -->
     </recipe>
   
   <!-- hic desunt multa -->

   </cookBook>


8 Next | First| Previous XML: the refresher