[xsl] Replace function

Subject: [xsl] Replace function
From: Meeraj Kunnumpurath <mkunnumpurath@xxxxxxxxxxxxxx>
Date: Fri, 22 Oct 2010 13:04:33 +0100
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

Current Thread