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 Victor Anaya  >  xml2Object  >  example.xml  >  Download  
File: example.xml
Role: Auxiliary data
Content type: text/plain
Description: test data
Class: xml2Object
Parse an XML file and load its data in the object
Author: By
Last change: data correction
Date: 2004-05-21 08:12
Size: 411 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?>
<FAMILY tipo="objeto">
<ADDRESS>Av. Principal 1542</ADDRESS>
<PHONE>562 34567</PHONE>
<MEMBERS tipo="lista">
	<MEMBER tipo="objeto"><NAME>Juan Perez</NAME></MEMBER>
	<MEMBER tipo="objeto"><NAME>Liz Quispe</NAME></MEMBER>
	<MEMBER tipo="objeto"><NAME>Juan Perez Jr.</NAME></MEMBER>
	<MEMBER tipo="objeto"><NAME>Rosa Perez</NAME></MEMBER>
</MEMBERS>
</FAMILY>