Could not find function: replace

2007-04-02 Thread Johan Johansson
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 the code: xsl:value-of select=normalize-space(replace(../kund/brevnamn,'Å ','%A')) / Any suggestions?

Re: Could not find function: replace

2007-04-02 Thread Chris Bowditch
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 the code: xsl:value-of select=normalize-space(replace(../kund/brevnamn,'Å ','%A')) / Any suggestions