Frank Müller-Witte wrote:

So do you know an easy way to find out whether Saxon 8.7 is properly used?

Very low-tech debug/info technique here: to find out which XSLT processor is being used, you could add something like the following in an appropriate place in the stylesheet you're using to generate output:


<xsl:comment>
<xsl:value-of select="system-property('xsl:vendor')"/>, version <xsl:value-of select="system-property('xsl:version')" />
</xsl:comment>

cheers,

AC


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