You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Drago Franciskovic <dr...@s-scape.ca> on 2000/08/02 16:47:16 UTC

Q??

Hi,

I am using Xerces 1.03 that comes together with iPlanet Application server 6.0.
(JDK 1.3)

Q1:
    Is there a list of bugs for tat version?

Q2:
    Can I just simple  replace Xerces 1.03  with Xerces 1.13  or there is some
changes in API?

Q3:
    It there any bug in DocumentTraversal static method createNodeIterator(Node
root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)?
In my code I have:
iterator = ((DocumentTraversal)document).createNodeIterator(
                       document.getDocumentElement(),
                       NodeFilter.SHOW_ELEMENT,
                       null,
                       false);
I could not find difference if last parameter is true or false.  Seems like
bug?!

Thanks

--
Drago Franciskovic




war

Posted by Christopher Jones <cj...@itbnet.de>.