Re: [PHP-XML-DEV] merge two domDocuments

[email protected] ("Arno Mittelbach") Fri, 21 May 2004 10:37:05 +0200
Newsgroups php.xml.dev
Message-ID <[email protected]>
> Pass true as the second parameter to importNode():
>
> $oToAppend = $oDomDocA->importNode( $oRootB, true );

Hey thanks.
I didn't thought that it would that easy :).

Arno