RE: [xsl] Capitalizing content of a variable

Subject: RE: [xsl] Capitalizing content of a variable
From: "FINLEY, Mike" <Mike.FINLEY@xxxxxxxxxx>
Date: Thu, 9 Aug 2001 11:11:25 +0100
Are there any languages where capitalizing can change the number of
characters?
mike

-----Original Message-----
From: Michael Kay [mailto:mhkay@xxxxxxxxxxxx]
Sent: 09 August 2001 10:50
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] 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


___________________________________________________________________________
This email is confidential and intended solely for the use of the 
individual to whom it is addressed. Any views or opinions presented are 
solely those of the author and do not necessarily represent those of 
Sema. 
If you are not the intended recipient, be advised that you have received this
email in error and that any use, dissemination, forwarding, printing, or 
copying of this email is strictly prohibited.

If you have received this email in error please notify the Sema UK
Helpdesk by telephone on +44 (0) 121 627 5600.
___________________________________________________________________________

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


Current Thread