XSLT Node with XSLT2.0?

I notice that anytime I use XSLT v2.0 with the XSLT node I get a “Execute failed: java.lang.NullPointerException” error.

For clarity, these are XSLT transofrms with version set to 2.0:
<xsl:stylesheet version=“2.0” xmlns:xsl=“http://www.w3.org/1999/XSL/Transform”>

Anyone aware of a workaround to allow for XSLT 2.0 processing? Thanks!

Since Java (8) only Support XPath 1.0 we currently cannot support 2.0.

Thanks for the clarification thor. I assumed this was the case. I am still interested in hearing about workarounds that others may have discovered. Anyone have any luck using Saxon? I notice that the PMML node docs say that it uses XSLT 2.0 through Saxon, and so there might be backdoor somewhere?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.