"Adam Maccabee Trachtenberg" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> foreach ($ContentsDocument->childNodes as $Node) {
>    $n = $Document->importNode($Node, true);
>    $Cell->appendChild($n);
> }


Wow! Wonderful! That sure seems to work. That seems to be all I needed. I 
sure don't understand why I was not able to get that to work; I am sure I 
tried it, but perhaps I made a mistake that I overlooked. It sure is easy 
enough; I should have figured it out myself.

Again, I really don't know why I did not figure it out myself.

I am sorry for all the trouble.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to