user2079138
user2079138

Reputation: 13

XPath 2.0 feature in JDOM 2.0

How can I use XPath 2.0 feature like "schema-element" in JDOM 2.0?

Is this even possible? If so, how?

Are there any alternatives?

Upvotes: 1

Views: 680

Answers (1)

rolfl
rolfl

Reputation: 17707

Currently there is no XPath 2.0 engine linked in to JDOM. As far as I know there is no XPath 2.0 support linked in to any non-XSLT-based XML processing library (JDOM/XOM/DOM/etc.). I have worked with Saxon to integrate XPath 2.0 and it is likely that the upcoming version 2.1 of JDOM will have XPath 2.0 support by leveraging the Saxon library.

Rolf

Upvotes: 1

Related Questions