Andrew Chamberlain wrote:
Hi All,

Simple question, I hope. How do I find out which version of XSLT I've got? My version of Cocoon is: 2.1.10, if it's related to that.

Ultimately, I'd like to be using XSLT 2.0.

Thanks,

Andy


Insert something like the following into a stylesheet:

<xsl:comment>
   <xsl:text>Version is: </xsl:text>
   <xsl:value-of select="system-property('xsl:version')"/>
</xsl:comment>


Hope this helps,
StanD.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to