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

Re: NPE in XSModelGroupImpl.getAnnotation() in 2.8.0

2006-03-04 Thread Neil Delima
> have no annotations. XSModel objects are initialized when traversing the XSModel. It looks like we missed initializing the XSModelGroup object in the second case and I hope that's the only place.  This should now be fixed in SVN. Thanks, Neil Delima / IBM Toronto Lab. Alexey Loubyansky