Hi
I’m trying to run a query in BaseX (version 8.6.7) which calls an XSLT 2.0 stylesheet using xslt:transform(). I’m getting errors that clearly imply the system does not recognise XSLT 2.0 functions,
and is expecting an XSLT 1.0 stylesheet.
However, when I run xslt:version(), it returns “2.0” – which implies the system is set up for XSLT 2.0 stylesheets.
Is there some other setting somewhere that might need to be updated, to enable the system to run an XSLT 2.0 transform?
Thank you,
Martin