Subject: RE: Capitalizing content of a variable
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 9 Aug 2001 10:49:43 +0100
|
> <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]
I like to keep my answers short, otherwise I would have explained that "..."
means "all the remaining characters in the alphabet that you are using."
I don't think "z" was mentioned.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|