Hi Ben,

You will need a XSL parser that supports XSL 2.0. Saxon should do the trick.

Look for Saxon in the example cocoon.xconf and you will find a component definition for saxon with role="....XSLTProcessor/saxon". Next is to define a map:transform (in one of the sitemaps) that specifies a <xslt-processor-role>saxon</xslt-processor-role> as parameter. I wouldn't be surprised if the example (root) sitemap.xmap contains an example for the saxon transformer as well..

I'll leave the JX questions for others...

Cheers,
Geert

Ben Pope wrote:
Hi,

Is it possible to use the tokenize function in an XSL transformed by cocoon? I've had a little play with something like the following transform:

<xsl:stylesheet version="2.0"

Would Saxon work here?

<snip>

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



Reply via email to