xsl-list
[Top] [All Lists]

RE: translate

2004-03-24 07:42:38
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


<Prev in Thread] Current Thread [Next in Thread>