>I didn't find anything in Xerces that allows you to write complex >X-Path requests in the DOM API.
This is being standardized as part of DOM Level 3. I believe current versions of Xerces have a prototype implementation of those calls. Meanwhile, Xalan certainly supports individual XPath queries as well as running complete stylesheets. See the documentation, especially the XPathAPI and XPathCachedAPI classes. We aren't maximally efficient when running against a DOM; there is some work now in progress which we hope will improve data model efficiency in general and DOM support in particular. ______________________________________ Joe Kesselman / IBM Research --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
