[Home] [By Thread] [By Date] [Recent Entries]
Hi, > How can I make this work? > > <xsl:value-of select="translate(EPAPER,-,–)"/> See <http://www.w3.org/TR/xpath.html#function-translate>: Function: string translate(string, string, string) I.e. <xsl:value-of select="translate(EPAPER,'-','–')"/> Cheers, Jarno - Nick Rafferty: May 2003 Mix
|

Cart



