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]

Reply via email to