RE: [xsl] translate

Subject: RE: [xsl] translate
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Wed, 24 Mar 2004 16:42:38 +0200
Hi,

> How can I make this work?
> 
> <xsl:value-of select="translate(EPAPER,&#x002D;,&#x2013;)"/>

See <http://www.w3.org/TR/xpath.html#function-translate>:

  Function: string translate(string, string, string)

I.e. 

  <xsl:value-of select="translate(EPAPER,'&#x002D;','&#x2013;')"/>

Cheers,

Jarno - Nick Rafferty: May 2003 Mix

Current Thread