This class can be used to compose and generate XML documents.
It can compose the XML document by adding tags and attribute objects to the document object.
The main XML class may retrieve the composed document as a single string.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
Attribute.php |
Class |
class that represents an attribute of a node in the xml |
file_test.php |
Example |
Example of how to generate a xml file from an object created using the XML class |
Node.php |
Class |
class that represents a node within the xml |
simple_test.php |
Example |
Simple example of using the XML class |
XML.php |
Class |
main class that represents an object xml |