Re: [PHP] Appending DOM doc as child in another DOM doc

2005-02-16 Thread Christian Stocker
Hi On Mon, 14 Feb 2005 11:34:15 -0600, Chris Boget <[EMAIL PROTECTED]> wrote: > 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 ob

[PHP] Appending DOM doc as child in another DOM doc

2005-02-14 Thread Chris Boget
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 DomDoc