Hi,

That function doesn't exist in XPath 1.0:

        http://www.w3.org/TR/xpath#section-String-Functions

But is a XPath 2.0 function:
        http://www.w3.org/TR/xquery-operators/

If you want to use XPath 2.0 functions, you need to configure a XSLT 2 compliant parser. For instance the latest Saxon parser.

Cheers,
Geert

Roberto Marra wrote:

Hi guys,
I don't know why with Cocoon some xpath function in an XSLT file works some other not. Let say for instance that " string-length(/string/)" works but if I try to use " string-join(/(string,string,...),sep/)" Cocoon return me:

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

Reply via email to