RE: [xsl] replace function

Subject: RE: [xsl] replace function
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 30 Sep 2002 20:55:53 +0100
> <xsl:variable name="yourstring" select="somenode"/> 
> <xsl:value-of select="translate($yourstring,',',', ')"/>
> 
> 
> should do it
> 
> gl, jim fuller

Jim, you're in too much of a hurry today!

I know that you know that that won't do it at all.... translate() only
replaces individual characters by individual characters.

Michael Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread