
Hello, What version of saxon is distributed with Oxygen 4.2? The auto complete feature does not support xsl:document. Is that because the distributed version of saxon does not support xsl:document? Peter

Hi Peter, The information about the version of different components distributed with oXygen is available in the Help->About dialog. Oxygen 4.2 contains Saxon 6.5.3 for XSLT 1.0 support. The xsl:document element does not belong to XSLT 1.0, as Robert noted it is in XSLT 1.1 so you can use it if you specify the stylesheet version as 1.1. The content completion provided by oXygen is for XSLT 1.0 thus it will not show xsl:document. XSLT 1.1 never made it to a recommendation and it is obsolete now as XSLT 2.0 is on its way to became a recommendation so you may consider using the XSLT 2.0 |xsl:result-document| instead of xsl:document. Future versions of oXygen will support XSLT 2.0 through Saxon 8B (it will support also Saxon 8SA if the user will drop it in the oxygen libraries directory) together with the current XSLT 1.0 support. Currently Saxon 8 can be used for transformations and stylesheet validation through the JAXP option. There is an article available on our website that explains how to do this: http://www.oxygenxml.com/doc/HowToConfigureExternalXSLTTransformer.pdf Best Regards, George Peter Charles wrote:
Hello,
What version of saxon is distributed with Oxygen 4.2? The auto complete feature does not support xsl:document. Is that because the distributed version of saxon does not support xsl:document?
Peter
------------------------------------------------------------------------
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Peter Charles wrote:
Hello,
What version of saxon is distributed with Oxygen 4.2? The auto complete feature does not support xsl:document. Is that because the distributed version of saxon does not support xsl:document?
Hi, Are you sure you have: xsl:stylesheet/@version="1.1" best, -Rob
Peter
participants (3)
-
George Cristian Bina
-
Peter Charles
-
Robert Koberg