PHP Classes

File: test.xml

Recommend this page to a friend!
  Classes of Claudio Castelpietra   VFXP_XML_Parser   test.xml   Download  
File: test.xml
Role: Auxiliary data
Content type: text/plain
Description: Example XML file
Class: VFXP_XML_Parser
Light XML parser optimized for speed. Pure PHP.
Author: By
Last change:
Date: 18 years ago
Size: 497 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?> <!-- This is a comment --> <root-element> <first-element>first value</first-element> <element-list> <element1>value1</element1> <element2>value2</element2> <!-- commented out tags <element3>value3</element3> --> </element-list> <self-closing-element/> <complex-element attr1="the value" attr2=other_value><![CDATA[ Some <a href="#">complex</a> content <b>here</b> ]]></complex-element> </root-element>