Login   Register  
PHP Classes
elePHPant
Icontem

File: test4.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bas van Gaalen  >  dom xml class  >  test4.xml  >  Download  
File: test4.xml
Role: Auxiliary data
Content type: text/plain
Description: Test XML file - used in functest.php
Class: dom xml class
An implementation of the DOM XML standard
Author: By
Last change:
Date: 2003-10-25 16:15
Size: 305 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- comments in this file are ignored by the parser -->
<document>

	<!-- cdata tag is next -->
	<![CDATA[
		This is just a <b>comment</b> which is not
		parsed by XML class.
	]]>

	<!-- title tag is next -->
	<title>cdata tag parser test</title>

</document>