like for, sum, if, intersect...and if not, or not entirely, where can I find the details? And if it does, where can I find an official confirmation?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
According to the javadoc, Java 6 supports XML Path Language (XPath) Version 1.0 |
|||||||||||
|
|
Java is a programming language and it doesn't have direct language constructs, especially designed for evaluating XPath expressions. It is totally different that some classes can come bundled with the Java distribution, that implement an XPath engine. AFAIK, these XPath-engine implementing classes at present only implement XPath 1.0. Of course, there are a number of 3rd party Java-based products, such as Saxon, which I am using every day in my free time. Another one I have seen mentioned is PsychoPath. |
|||||
|
|
I don't know if Java 6 does, but I'm pretty sure Saxon (http://saxon.sourceforge.net/) does. |
|||
|
|
