Search code examples
javaxpathxpath-2.0

does JDK 6 support all features of XPath 2.0?


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?


Solution

  • According to the javadoc, Java 6 supports XML Path Language (XPath) Version 1.0

    This is still true as of Java 17.