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?

thnx,
Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to