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?