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


> <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


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