Login   Register  
PHP Classes
elePHPant
Icontem

File: example.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcos Pont  >  SimpleXmlParser  >  example.xml  >  Download  
File: example.xml
Role: Auxiliary data
Content type: text/plain
Description: The XML file used by the example
Class: SimpleXmlParser
Class to parse XML files
Author: By
Last change:
Date: 2003-02-16 02:11
Size: 687 bytes
 

Contents

Class file image Download
<employees>
     <person name="John S." birth="31/08" age="45" job="Lawyer">
          <address street="Flowers Street" number="456" apartment="102"/>
          <phone home="2223456" fax="2224521" cel="98871234"/>
          <children>
               <child name="Dana" age="18"/>
               <child name="Paul" age="14"/>
          </children>
     </person>
     <person name="Edward D." birth="20/12" age="35" job="Programmer">
          <address street="Sesame Street" number="1024" apartment="128"/>
          <phone home="2221241" fax="2221011" cel="99812301"/>
          <children>
               <child name="Erika" age="11"/>
          </children>
     </person>
</employees>