Reply to Appending DOM doc as child in another DOM doc
Posted by Chris Boget on 09/30/55 11:08
Is there a way to take an already existing DomDocument object
and appending it as a child node within a seperate DomDocument
object? Or would I have to pull it apart first and generate new
DomNode/DomElement objects using the data then append those
DomNode/DomElement objects to the seperate DomDocument?