On Sun, 19 Sep 2004, Sam Hobbs wrote:

> I think it is reasonable to ask for the one or two lines of PHP code that
> solves the problem. As I have said, I did try to do it myself.

foreach ($ContentsDocument->childNodes as $Node) {
    $n = $Document->importNode($Node, true);
    $Cell->appendChild($n);
}

-adam

-- 
[EMAIL PROTECTED]
author of o'reilly's "upgrading to php 5" and "php cookbook"
avoid the holiday rush, buy your copies today!

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

Reply via email to