Login   Register  
PHP Classes
elePHPant
Icontem

File: company-structure.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael P. Mehl  >  phpXML  >  company-structure.xml  >  Download  
File: company-structure.xml
Role: Auxiliary data
Content type: text/plain
Description: Example XML file
Class: phpXML
Author: By
Last change:
Date: 2001-03-11 05:51
Size: 931 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?>

<company>

  <department name="Development">
    <employee id="a1001" gender="m" name="Daniel Düsentrieb"/>
    <employee id="a1002" gender="m" name="Thomas Edison"/>
  </department>

  <department name="Marketing">
    <employee id="a1003" gender="m" name="Harry Hirsch"/>
    <employee id="a1004" gender="m" name="Volker Verkaufen"/>
  </department>

  <department name="Support">
    <employee id="a1005" gender="m" name="Heinz Hilfe"/>
    <employee id="a1006" gender="f" name="Sabine Support"/>
  </department>

  <department name="Accounts">
    <employee id="a1007" gender="m" name="Boris Buch"/>
    <employee id="a1008" gender="m" name="Gustav Geld"/>
  </department>
  
  <department name="Management">
    <employee id="a1009" gender="m" name="Bernd Boss"/>
    <employee id="a1010" gender="m" name="Dieter Direktor"/>
  </department>

</company>