RE: [xsl] Capitalizing content of a variable

Subject: RE: [xsl] Capitalizing content of a variable
From: Tony Graham <Tony.Graham@xxxxxxxxxxxxxxx>
Date: Thu, 9 Aug 2001 10:13:26 +0100 (BST)
Joerg Pietschmann wrote at  9 Aug 2001 10:29:54 +0200:
 > You may also include non-ASCII characters in the translation string, if
 > necessary. The following can be used to upcase german umlauts:
 >   <xsl:variable name="lower" select="'&#xE4;&#xF6;&#xFC;'"/>
 >   <xsl:variable name="upper" select="'&#xC4;&#xD6;&#xDC;'"/>

Yes, but that's not going to work for &#xDF;, LATIN SMALL LETTER SHARP 
S, which has an uppercase mapping to 'SS', is it?

The other classic case is 'i', which has an uppercase mapping to
&#x130; in Turkish and Azeri only.

Regards,


Tony Graham
------------------------------------------------------------------------
Tony Graham                           mailto:tony.graham@xxxxxxxxxxxxxxx
Sun Microsystems Ireland Ltd                       Phone: +353 1 8199708
Hamilton House, East Point Business Park, Dublin 3            x(70)19708

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread