xsl : how to translate or replace string?

Daddy

New Member
my xsl variable: \[code\]<xsl:variable name="string">Satur - Sun - Mon - Tues - Wednes - Thurs - Fri</xsl:variable>\[/code\]i need to translate or replace the \[code\]string\[/code\] variable data from: \[code\]Satur - Sun - Mon - Tues - Wednes - Thurs - Fri\[/code\]so, the output should be like this: \[code\]Saturday - Sunday - Monday - Tuesday - Wednesday - Thursday - Friday\[/code\]
 
Back
Top