home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / Professional Programmer XSL IDE / Xselerator25.msi / Data.Cab / F22062_InputForm.xml < prev    next >
Encoding:
Extensible Markup Language  |  2001-09-01  |  267 b   |  11 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <employees>
  3.     <employee>
  4.         <firstname size="70">Johnny</firstname>
  5.         <lastname size="30">Smith</lastname>
  6.         <hourlyrate size="12">25</hourlyrate>
  7.         <department size="20">Internet</department>
  8.     </employee>
  9. </employees>
  10.  
  11.