Hi there,
I have recently upgraded to <oXygen/> XML Editor 14.0, build 2012070512 (Windows 64-bit standalone) and would like to start using some of the newer features available in the xslt 3.0 specification. Notably xsl:stream. However, I am getting the following error from saxon: F [Saxon-EE 9.4.0.3] Unknown XSLT element: stream. I have specified version="3.0" in my stylesheet declaration and have tried setting validation for 3.0 to Saxon-PE and Saxon-EE and neither seem to recognize. Am I doing something wrong?
The code hinting suggests <xsl:stream/> as an option, so I am a bit confused. Any ideas?
F [Saxon-EE 9.4.0.3] Unknown XSLT element: stream
Re: F [Saxon-EE 9.4.0.3] Unknown XSLT element: stream
Yes, the XSLT 3.0 schema defines that element but Saxon EE does not currently support that, as you can see here:
http://www.saxonica.com/documentation/c ... xslt30.xml
However, Saxon EE provides support for working with very large XML documents, please see
http://www.saxonica.com/documentation/s ... eaming.xml
Best Regards,
George
http://www.saxonica.com/documentation/c ... xslt30.xml
However, Saxon EE provides support for working with very large XML documents, please see
http://www.saxonica.com/documentation/s ... eaming.xml
Best Regards,
George
George Cristian Bina