Login   Register  
PHP Classes
elePHPant
Icontem

File: foo.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Luis Argerich  >  Path Parser  >  foo.xml  >  Download  
File: foo.xml
Role: ???
Content type: text/plain
Description: XML file for the example
Class: Path Parser
Generic SAX parsing for XML made easy
Author: By
Last change:
Date: 2002-07-02 15:09
Size: 258 bytes
 

Contents

Class file image Download
<?xml version="1.0" ?>
<foo>
  <data id="1">
    <name coso="name">Foo1</name>
    <type>x</type>
    <age>20</age>
  </data>
  <data id="2">
    <name coso="name2">Foo2</name>
    <type><var>uno</var>y</type>
    <age>29</age>
  </data>
</foo>