DOM L3 XPath now can run against Xalan-J

I've committed to the CVS against bug 191 
(http://www.w3.org/Bugs/Public/show_bug.cgi?id=191) that the DOM L3 
XPath test suite to be run against Xalan-J's XPath DOM implementation.

Details appear in bug but are:

ant junit-runner
ant dom3-xpath-jar
cd build
copy \xalan\lib\xalan.jar
copy \xalan\lib\xercesImpl.jar
copy \xalan\lib\xml-apis.jar
copy \junit\junit.jar
java -cp dom3-xpath.jar junit.textui.TestRunner 
org.w3c.domts.level3.xpath.TestXalan

My fairly recent Xalan build ran with 4 failures and 1 error.  I'm 
pretty sure they are still using a previous WD's Java building resulting 
in the abstract method exception.

Received on Thursday, 24 April 2003 01:12:31 UTC