home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / xmldso / HTM / order.xml < prev    next >
Encoding:
Extensible Markup Language  |  1998-03-05  |  345 b   |  19 lines

  1. <?XML VERSION="1.0" RMD="NONE"?>
  2. <CUSTOMER>
  3.     <NAME>Bradley Bismark</>
  4.     <ORDER>
  5.         <NUMBER>16273</>
  6.         <DATE>June 11th, 1997</>
  7.         <ITEM>
  8.             <TITLE>Number, the Language of Science</>
  9.             <AUTHOR>Danzig</>
  10.             <PRICE>5.95</>
  11.         </>
  12.         <ITEM>
  13.             <TITLE>Tales of Grandpa Cat</>
  14.             <AUTHOR>Wardlaw, Lee</>
  15.             <PRICE>6.58</>
  16.         </>
  17.     </>
  18. </>
  19.