Documentation specifies value 305 for xpathVersionForXslt but Saxon 9.9.0.2 HE rejects that
Replies (1)
Please register to reply
Added by Martin Honnen about 6 years ago
I was trying to explore the new configuration feature http://saxon.sf.net/feature/xpathVersionForXslt
which according to http://saxonica.com/documentation/index.html#!configuration/config-features allows
The integer values 20, 30, and 31 denote XPath 2.0, 3.0, and 3.1 respectively, while the value 305 denotes XPath 3.0 with the extensions defined in the XSLT 3.0 specification.
however when I run Saxon-HE 9.9.0.2J
from the command line with the option --xpathVersionForXslt:305
I get an error message saying
XPath version for XSLT must be 30 (XPath 3.0) or 31 (XPath 3.1)
Please register to reply