PEAR::XML_Tree
Purpose
Allows for the building of XML data structures using a tree representation, without the need for an extension like DOMXML.
Example
$tree = new XML_Tree; $root =& $tree->addRoot('root'); $foo =& $root->addChild('foo');
$tree->dump(true);
- Author
- Bernd Römer bernd.nosp@m.r@bo.nosp@m.nn.ed.nosp@m.u
- Version
- $Version$ - 1.0