PHP Classes

File: test4.xml

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