Login   Register  
PHP Classes
elePHPant
Icontem

File: xml/example.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tiago Wust Freres  >  XML Access  >  xml/example.xml  >  Download  
File: xml/example.xml
Role: Auxiliary data
Content type: text/plain
Description: XML example
Class: XML Access
Parse and extract information from XML documents
Author: By
Last change:
Date: 2009-03-20 07:21
Size: 393 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?>
<root>
	<my-info name="Tiago Wust Freres" email="tiagofreres@gmail.com"/>
	<inside-tag>
		<more-tag tag-attr="This is another tag's attribute!"/>
	</inside-tag>
	<tags>
		<tag attr1="value11" attr2="value12"/>
		<tag attr1="value21" attr2="value22"/>
		<tag attr1="value31" attr2="value32"/>
		<tag attr1="value41" attr2="value42"/>
	</tags>
</root>