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


Are there any languages where capitalizing can change the number of
characters?
mike

-----Original Message-----
From: Michael Kay [mailto:mhkay@iclway.co.uk]
Sent: 09 August 2001 10:50
To: xsl-list@lists.mulberrytech.com
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


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