On Fri, May 14, 2010 at 12:04 AM, Nathan Nobbe <quickshif...@gmail.com> wrote:
[snip]
> having said that if you wanted to append
> a new DOMNode to an existing one, you would use the appendChild() method.

Usually, yes. In this case, since she would be importing nodes from
one document into another document, she would need to use importNode()
instead of appendChild().

Andrew

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

Reply via email to