Hi, Whenever I use adoptNode function, it throws an exception "NOT_SUPPORTED". In net at many places I found that adoptNode is not implemented fully. Is there any other way to change the owner document of the DOM node? I cant use importNode as it creates a copy of the DOM node. In my code I want to change the owner document of a DOM node without copying it. Regards, Bala
- Problem in adoptNode function Balchandra Kemkar
- Re: Problem in adoptNode function David Bertoni
