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 190 - Add framework support for creating XPathEvaluator
Summary: Add framework support for creating XPathEvaluator
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: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-18 13:58 UTC by Curt Arnold
Modified: 2003-04-23 05:48 UTC (History)
0 users

See Also:


Attachments
Patches to add support for createXPathEvaluator (9.12 KB, patch)
2003-04-23 01:47 UTC, Curt Arnold
Details

Description Curt Arnold 2003-04-18 13:58:41 UTC
See http://lists.w3.org/Archives/Public/www-dom-ts/2003Apr/0014.html
http://lists.w3.org/Archives/Public/www-dom/2003AprJun/0015.html
http://lists.w3.org/Archives/Public/www-dom/2003AprJun/0016.html

Add <createXPathEvaluator var="xpathEval" document="document"> to DOM L3 TS
language and supporting framework to simplify XPath tests that are not intending
to test obtaining an XPathEvaluator and to support external XPathEvaluator's
like Xalan-J.
Comment 1 Curt Arnold 2003-04-23 01:47:26 UTC
Created attachment 9 [details]
Patches to add support for createXPathEvaluator