1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--
   3     Document   : toys.xml
   4     Created on : August 11, 2003, 6:42 PM
   5     Author     : Prasad Subramanian
   6     Description:
   7 -->
   8 
   9 <toys>
  10     <toy>
  11         <name>Lego-Model01</name>
  12         <price>65.99</price>
  13     </toy>
  14     <toy>
  15         <name>Lego-Model2</name>
  16         <price>69.99</price>
  17     </toy>
  18     <toy>
  19         <name>Lego-Model3</name>
  20         <price>14.99</price>
  21     </toy>
  22     <toy>
  23         <name>Barbie-Pink</name>
  24         <price>12.99</price>
  25     </toy>
  26     <toy>
  27         <name>Barbie-Blue</name>
  28         <price>13.99</price>
  29     </toy>        
  30     <toy>
  31         <name>Barbie-White</name>
  32         <price>13.99</price>
  33     </toy>   
  34     <toy>
  35         <name>Barbie-Plain</name>
  36         <price>13.99</price>
  37     </toy>           
  38 </toys>