RE: [xsl] replacing diacritical marks with combining unicode characters

Subject: RE: [xsl] replacing diacritical marks with combining unicode characters
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 4 Mar 2008 19:09:09 -0000
> The function fn:normalize-unicode() will do what you want, 
> with a second argument of "NFC".

I'm not sure it will, because the input is using non-combining diacritical
marks. I think the answer is translate():

translate($in, '&#728;...', '&#774;...'

Michael Kay
http://www.saxonica.com/

Current Thread