On Apr 2, 2007, at 15:05, Johan Johansson wrote:

Hi,

I'm trying to use the XSL 2.0 function replace() but i just got this error:

javax.xml.transform.TransformerException: Could not find function: replace

Most likely because you're not explicitly using an XSLT 2 compliant XSLT processor. Xalan, which is bundled with FOP and Sun's JVM, does not yet offer an implementation for XSLT 2.0.

If you need to, then you can use Saxon 8 instead of Xalan. FOP works well with either.

Cheers,

Andreas


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

Reply via email to