<xsl:value-of select="translate(//TAG,'b','c')"/>
I guess this will work
Francis
> -----Original Message-----
> From: davindag@xxxxxxx [mailto:davindag@xxxxxxx]
> Sent: Thursday, March 30, 2000 11:31 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: replacing character by another ?
>
>
> How do we replace all occurances of a character by another one in XSL.
>
> Say I have XML like
>
> <TAG>aaabaaa</TAG>
>
> I wish to replace Character "b" by "c" when I am applying XSL
> and converting
> the XML to HTML.
>
>
>
>
>
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|