Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-incubator-dev] XPath Parser

David,

I'd like to add another orbit dependency for XSL Tooling, but didn't see the orbit.map file to be updated. The latest builds of orbit contain the Apache Commons JXPath library, and within there is a XPathParser that exposes the tokenization we'll need to help enhance the content assistance, and possibly add some highlighting/syntax coloring support for the XPath expressions (if we want). It will also allow us to build up a model of the xpath expressions if we want to in the future. I've run some junit tests on it's parsing and it seems to do what I need. Anything special i need to do like submit a CQ to use it or can we just start using it?

Dave




Back to the top