PHP Classes

File: foo.xml

Recommend this page to a friend!
  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: 22 years ago
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>