[xsl] replace() and translate() second try

Subject: [xsl] replace() and translate() second try
From: Kenneth Reid Beesley <krbeesley@xxxxxxxxx>
Date: Fri, 3 Jun 2011 00:00:47 -0600
I see that my previous message got rather garbled.  Here's a simplified
version of the question.
Assume we have an XSLT transform with something like

	translate(string, 'abcd', 'ABCD')

Obviously 'a' gets replaced with 'A', 'b' with 'B', etc.

Should this still work if the 'abcd' is replace by a string of 4  Unicode
_supplementary_ characters?
That is, does translate() work with Characters (including supplementary
characters) or just chars?

Thanks,

Ken


******************************
Kenneth R. Beesley, D.Phil.
P.O. Box 540475
North Salt Lake, UT
84054  USA

Current Thread