You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Guoliang Cao <ca...@ispsoft.com> on 2001/02/16 16:29:36 UTC

xerces 1.3.0 causes problem with XPath.

Hi,

Did anyone notice that if use Xalan 2 with Xerces 1.3.0, XPath won't
work correctly?  Is that a problem of xalan or xerces?  If no one
reports this, please run my attached files.



use xalan 2.0 and xerces 1.3.0,  the result of test program is :

java.lang.NullPointerException
 at Test.main(Test.java:16)




use xalan 2.0 and xerces 1.2.3, the result is correct:

child1