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
<?xml version="1.0"?>
<root>
<child1/>
</root>
Test.java
Description: JavaScript source
