Hello, OK, I found my error: I used the source document for the call to importNode instead of the target. It's clone=target.importNode(sourcenode,true); I had : clone=source.importNode(sourcenode,true); which gives a wrong document exception. Thanks for all your help, Rolf --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- copy nodes from one DOM to another Rolf Jakob
- Re: copy nodes from one DOM to another David_N_Bertoni
- Re: copy nodes from one DOM to another Rolf Jakob
- Re: copy nodes from one DOM to another David_N_Bertoni
- Re: copy nodes from one DOM to another Hal DeVore
- Re: copy nodes from one DOM to another Rolf Jakob
- Re: copy nodes from one DOM to another Joseph_Kesselman
- Re: copy nodes from one DOM to another Rolf Jakob
- Re: copy nodes from one DOM to another Rolf Jakob
- Re: copy nodes from one DOM to another Joseph_Kesselman
