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


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


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