I would like to use XPath 2.0, more specifically the distinct-values
function. I downloaded the Saxon Home Edition because it can do XPath 2.0 and XSLT 2.0 but now it moans about not being able to invoke java stuff.
Cannot find a matching 1-argument function named {http://xml.apache.org/xslt/java}java.text.SimpleDateFormat.new(). Note that direct calls to Java methods are not available under Saxon-HE;
The built in processor in JRE has no problem with java expressions. Is there some way to mix Saxon-HE and the default JRE processor? Or is there some free processor that can do both?
Side question: Why is XPath 2.0 and XSLT 2.0 implemented so seldom? It's a few years old but all the big wig processors can't do it... :-(