Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Mike Neugebauer  >  XML Node  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: ReadMe file
Class: XML Node
Generate XML documents on the fly
Author: By
Last change:
Date: 2004-05-16 09:13
Size: 742 bytes
 

Contents

Class file image Download
XmlNode version 0.1
Author: Mike Neugebauer

Description:
---------------
The following class works only in PHP 5 (tested in PHP5RC2) and is
intended as a supplement to SimpleXML.  SimpleXML works well
for parsing and reading through XML documents.  The XmlNode class
is intended for developers who need to generate an XML document
on-the-fly in PHP 5.  

Limitations:
---------------
This class assumes that you are going to setup an XML document from scratch in the
order that the XML elements are supposed to appear.  It also assumes that you
know exactly how you want the XML document to be structured.  It isn't indended to 
support XML Schemas, DTD's, validation or updates and additions to previously
existing XML structures.

Enjoy.