The xslt2 accessor performs XSLT v2.0 tranformations. It is based on Michael Kay's Saxon
engine which is compatible with the W3C draft of the XSLT 2.0 specification. XSLT 2.0 offers many
enhancements, perhaps the most important are the new functions
of XPath 2.0
The xslt2 accessor's operational syntax and parameter passing is the same as for the xslt accessor.
As with the xslt accessor, transforms are compiled and cached for optimum performance.
Note: With XSLT 2.0 it is possible to generate multiple output documents - outputs with relative URIs will be resolved with respect to the current
working URI, usually this is a ffcpl: path which means the output resource will be located in the current module's scratch directory.