+2  A: 

You will probably want to take a look at DOMDocument::importNode.

This function returns a copy of the node to import and associates it with the current document.

Pekka
Thanks, that's exactly what I was looking for.
Eric