RE: [xsl] removing - ' - Is it possible?

Subject: RE: [xsl] removing - ' - Is it possible?
From: "Sergiu Ignat" <sergiu@xxxxxxxxxx>
Date: Thu, 2 Oct 2003 12:55:36 +0300
Thank you Yago.
You are right.

Sergiu

> Hi Sergiu!
> 
> The translate function can be used to remove characters. The 
> only thing
> you have to do is to stick all the characters you want to remove int
> the second parameter of the function and leave the third 
> parameter empty.
> 
> example:
> 
> translate(@mystring,'abc','')
> 
> this function would remove all the 'a','b','c' characters 
> from the @mystring
> attribute.
> 
> 
> Regards,
> Yago

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


Current Thread