Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2004-05-16 (12 years ago) | Not enough user ratings | Total: 1,340 | All time: 2,794 This week: 1,478 |
Version | License | Categories | ||||
xmlnode 1.0 | GNU General Publi... | XML, PHP 5 |
Description | Author | |||||||||||||
The XmlNode class is intended for developers who need to generate an XML or XHTML document on-the-fly. |
|
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. |
Files |
File | Role | Description |
---|---|---|
CdataNode.php | Class | support class for embedded CDATA |
demo.php | Example | XHTML document generation demo |
readme.txt | Doc. | ReadMe file |
WritableNode.php | Class | support interface |
XmlNode.php | Class | XmlNode class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.