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



<xsl:value-of select="translate($your_var,
'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')" />

Hope this helps,
Frederic

----- Original Message -----
From: "B. Dexheimer" <benjamin.dexheimer@sxb.bsf.alcatel.fr>
To: <xsl-list@lists.mulberrytech.com>
Sent: Monday, January 08, 2001 4:20 PM
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]