RE: replace function2002-09-30 12:55:53<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
|
|