This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: using xsl:document with 1.0 stylesheets


> <xsl:value-of select="system-property('xsl:version')"/>
>
> Saxon 6.2:
> Version 1 vendor SAXON 6.2 from Michael Kay
> !! XSLT 1.1 required
>
Saxon still returns "1.0" from system-property('xsl:version'), although it
implements (about 95% of) xsl:document. I reckoned I should only switch to
returning 1.1 when I felt Saxon could claim conformance with 1.1. Perhaps I
should really be returning 1.05.

Better is to test element-available('xsl:document'), or to use xsl:fallback.

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]