RE: replacing character by another ?

Subject: RE: replacing character by another ?
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Thu, 30 Mar 2000 15:27:49 -0800
<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


Current Thread