- From: Arnaud Le Hors <lehors@w3.org>
- Date: Mon, 11 Oct 1999 17:47:36 +0200
- To: www-dom@w3.org
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