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



> >  I want to capitalize the content of a string variable. For 
> > instance I have a variable foo with value abcdef, now I want
> > to have another variable newfoo with the value Abcdef.
> translate($x, 'abcdef...', "ABCDEF...")
The original poster just wanted to capitalize the first letter, so (s)he
hast to use substring to get the right char ...
-- 
Goetz Bock                                              IT Consultant
Dipl.-Inf. Univ.

PGP signature


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