> Is there any way I can copy an element from one DOM document to another
> without having to dissect the original node/element and create a new
> node/element from scratch using the new DOM document and append to it?

Never mind.  Apparently I can use clone_node().  When I tried that before
I was presented with different issues.  But I now have those other issues
sorted. 
My apologies for being a little dense. :p

thnx,
Chris

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

Reply via email to