SimpleXML DOM , XML-, SimpleXML DOM.
:
$simplexml = simplexml_load_string("<xml></xml>");
$simplexml->simple = "it is simple.";
$domxml = dom_import_simplexml($simplexml);
$node = $domxml->ownerDocument->createElement("dom", "yes, with DOM too.");
$domxml->ownerDocument->firstChild->appendChild($node);
echo (string)$simplexml->dom;
:
"yes, with DOM too."
, ( simplexml, dom), PHP .
, SimpleXML, / .
. http://code.google.com/p/blibrary/source/browse/trunk/classes/bXml.class.inc .
XML (-2MB), DOM/SimpleXML ( x2 x3). XML (+ 2 ) XMLReader/XMLWriter SAX- . 14 + XMLReader/XMLWriter.
Nika