Re: [xsl] lower --> upper case

Subject: Re: [xsl] lower --> upper case
From: "Fr\id\iric SCHWEBEL" <schwebel@xxxxxxxxxxxxxxxx>
Date: Mon, 8 Jan 2001 16:44:11 +0100
<xsl:value-of select="translate($your_var,
'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')" />

Hope this helps,
Frederic

----- Original Message -----
From: "B. Dexheimer" <benjamin.dexheimer@xxxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
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


Current Thread