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