[EMAIL PROTECTED] wrote on 10/02/2006 01:53:34 PM: > >I think XPath is implemented by Xalan, not Xerces. You can also > look into XPath > >API's such as Jaxen and commons-JXPath. > > Just wondering: Does Xerces currently implement the proposed DOM XPath API ( > http://www.w3.org/TR/DOM-Level-3-XPath/)? And if so, does it do so > by invoking Xalan?
If Xalan is on the classpath and you ask Xerces' DOM implementation for an XPathEvaluator [1] it's supposed to return the Xalan implementation. > I remember we had discussed this; I don't remember what eventually > happened with it. > > (Apologies if this answer is on the website; I may be going blind, > but I missed it if so.) > > ______________________________________ > "... Three things see no end: A loop with exit code done wrong, > A semaphore untested, And the change that comes along. ..." > -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff. > org/pegasus/songs/threes-rev-11.html) [1] http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/xpath.html#XPathEvaluator Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
