Re: Combining two trees

The DOM Level 1 doesn't provide you with any way to do that easily. All
you can do is write your own method that walks down the Document B tree
and create the same tree into the Document A. In DOM Level 2, an
importNode method will allow you to do just that, with a simple call!
-- 
Arnaud

Received on Tuesday, 12 October 1999 03:11:46 UTC