You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Adam Constabaris <ad...@unc.edu> on 2006/06/02 14:42:52 UTC

Re: [Spam:5.0] Re: AW: XPath 2.0 with Cocoon

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: [Spam:5.0] Re: AW: XPath 2.0 with Cocoon

Posted by Frank Müller-Witte <ex...@tibet-und-asien.de>.
Thanks Adam,

indeed Saxon is not being used. 
But it doesn't work according to the instructions. 
Maybe saxon8.jar isn't at the right place in

/home/muewi/apache/cocoon-2.1.9/lib/local ?

When I remove saxon8.jar again from the folder, cocoon doesn't complain. 

What am I doing wrong?

Regards,
Frank


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org