This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Capitalizing content of a variable


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@ireland.sun.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]