home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 October / PCpro_2001_10.ISO / xml / xmlpro / data1.cab / Example_FILES / Examples / hr.xml < prev    next >
Encoding:
Extensible Markup Language  |  1999-09-15  |  669 b   |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Company>
  3.     <Employee StartDate="01/01/96" Supervisor="CEO">
  4.         <Name>Jane Doe</Name>
  5.         <Title>Vice President of Technology</Title>
  6.         <Department>Senior Managment</Department>
  7.         <Projects>Business Case Evaluation System, Data Mining Project, IS/IT Initiative</Projects>
  8.     </Employee>
  9.     <Employee Supervisor="Jane Doe" StartDate="11/23/96" EndDate="09/1/98">
  10.         <Name>John Doe</Name>
  11.         <Department>Network Control Center</Department>
  12.         <Projects>No current projects, employee terminated</Projects>
  13.     </Employee>
  14.     <Employee StartDate="03/15/98" Supervisor="Jane Doe">
  15.         <Name>Julius Caesar</Name>
  16.     </Employee>
  17. </Company>
  18.