hi I am trying to append a DOMDocument to another DOMDocument:
DOMDocument *dom_root1 = parser1->getDocument();
DOMDocument *dom_root2 = parser2->getDocument();
dom_root1->appendChild(dom_root2);
but I get the error:
A node is used in a different document than the one that created it
greatings
Affe
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
