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: lower --> upper case


 Hello,

Try:

<xsl:value-of
select="translate($string,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRST
UVWXYZ')"/>

Hope that helps,

Rich

-----Original Message-----
From: B. Dexheimer [mailto:benjamin.dexheimer@sxb.bsf.alcatel.fr]
Sent: Monday, January 08, 2001 7:20 AM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] lower --> upper case


Hi everybody !

I got a xsl:variable with some text in lower case and I want to get it
in upper case... how can I do that ? 
thanks in advance, 

BeNj.

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

 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]