xsl-list
[Top] [All Lists]

Re: [xsl] Replace function

2010-10-22 09:52:34
Thx everyone.

Sent from my iPad

On 22 Oct 2010, at 13:46, Dimitre Novatchev <dnovatchev(_at_)gmail(_dot_)com> 
wrote:

In XPAth 1.0 (XSLT 1.0):

translate($s, translate($s, $allowed, ''), '_')


In your case $s is 'ABCD' and $allowed is 'ABC'.

So, you can perform this operation even on dynamic (statically unknown) 
strings.


-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play




On Fri, Oct 22, 2010 at 5:04 AM, Meeraj Kunnumpurath
<mkunnumpurath(_at_)googlemail(_dot_)com> wrote:
Hi,

Is there a function in XSLT to replace characters from a string that
are not present in a set of characters?

For example if the string is "ABCD", the valid character set is [A, B,
C] and the replacement charcater is '-', the function will return
'ABC-'.

Kind regards
Meeraj

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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