replaceChild namespace possible bug

2005-11-11 Thread Anurag Chakravarti
Hi, In xerces-2 jdk 1.5 I am using replaceChild method. For some strange reason a xmlns="" attribute is added to the new child if it originally did not have a namespace. Otherwise if originally namespace was there of the parent context then no such attribute is added. CASE 1 === NODE TO BE U

Re: replaceChild namespace possible bug

2005-11-11 Thread Neil Delima
In the first case, the xmlns="" attribute is added to the new replaced child to undeclare the parent's namespace which is in scope. Anurag Chakravarti <[EMAIL PROTECTED]> wrote on 11/11/2005 08:13:30 AM: > Hi, > In xerces-2 jdk 1.5 > > I am using replaceChild method. For some strange reason a