xsl-list
[Top] [All Lists]

RE: removing - ' - Is it possible?

2003-10-02 02:55:36
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



<Prev in Thread] Current Thread [Next in Thread>