This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 191 - Add support for XPath testing of Xalan-J
Summary: Add support for XPath testing of Xalan-J
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement
Target Milestone: ---
Assignee: Bob Clary
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-18 14:04 UTC by Curt Arnold
Modified: 2003-04-24 05:04 UTC (History)
0 users

See Also:


Attachments
Diffs related to Xalan-J support for L3 XPath (5.96 KB, patch)
2003-04-24 00:58 UTC, Curt Arnold
Details
Adapter for Xalan-J and default JAXP parser (2.31 KB, text/plain)
2003-04-24 00:58 UTC, Curt Arnold
Details
JUnit test case for L3 XPath using Xalan (1.50 KB, text/plain)
2003-04-24 00:59 UTC, Curt Arnold
Details
Adapter for Xalan-J and default JAXP parser (alternate config) (1.50 KB, text/plain)
2003-04-24 01:00 UTC, Curt Arnold
Details

Description Curt Arnold 2003-04-18 14:04:13 UTC
Xalan-J has an experimental implementation of DOM L3 XPath.  However there is no
support for testing implementations that are not part of an Core implementation.
 This would depend on adding the <createXPathEvaluator> language element in bug
190 and then introducing an distinct adapter for a combination of Xalan-J and
the default JAXP DOM implementation.

See http://lists.w3.org/Archives/Public/www-dom-ts/2003Apr/0014.html
Comment 1 Curt Arnold 2003-04-24 00:58:02 UTC
Created attachment 10 [details]
Diffs related to Xalan-J support for L3 XPath
Comment 2 Curt Arnold 2003-04-24 00:58:41 UTC
Created attachment 11 [details]
Adapter for Xalan-J and default JAXP parser
Comment 3 Curt Arnold 2003-04-24 00:59:38 UTC
Created attachment 12 [details]
JUnit test case for L3 XPath using Xalan
Comment 4 Curt Arnold 2003-04-24 01:00:01 UTC
Created attachment 13 [details]
Adapter for Xalan-J and default JAXP parser (alternate config)
Comment 5 Curt Arnold 2003-04-24 01:04:57 UTC
Tests can be run using 

java -cp dom3-xpath.jar junit.textui.TestRunner 
org.w3c.domts.level3.xpath.TestXalan

My CVS build of Xalan-J (roughly 2003-04-20) ran with 4 failures and 1 error.