[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Capitalizing content of a variable


Subject: Re: [xsl] Capitalizing content of a variable
From: "Michael Beddow" <mbnospam@xxxxxxxxxxx>
Date: Thu, 9 Aug 2001 10:11:17 +0100

On Thursday, August 09, 2001 8:16 AM
Alexander Gutman wrote:

<xsl:value-of
  select="concat(translate(substring($foo,1,1),'abc...','ABC...'),
                 substring($foo,2))"/>

But of course this only works as-is for those lucky folks out there
whose character set is just [a-z][A-Z] The rest of us have a tougher
time with this one, though the principle is the same. Accommodating the
different mappings in the variant regions of the ISO-8859-n encodings is
great fun. And as for composed Unicode sequences that need normalization
and de-normalization...

Michael
---------------------------------------------------------
Michael Beddow   http://www.mbeddow.net/
XML and the Humanities page:  http://xml.lexilog.org.uk/
---------------------------------------------------------


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



Current Thread
Keywords