Re: [xsl] Case conversion in XSL?

Subject: Re: [xsl] Case conversion in XSL?
From: Gavin Corfield <gavin@xxxxxxxxxxxxxxxxxx>
Date: 18 Oct 2001 11:15:22 +0800
On Thu, 2001-10-18 at 10:44, Rafael 'Dido' Sevilla wrote:
> I'm just wondering how I would convert the case of the text inside an
> element to uppercase...

Use translate()

example from Mike Kay's book

translate($X, 'abcdefghijklmnopqrstuvwxyz',
'ABCDEFGHIJKLMNOPSQRSTUVWXZY')

gavin

> 
> -- 
> Rafael R. Sevilla <sevillar@xxxxxxxxxxxxxxxxx>   +63(2)   8177746 ext. 8311
> Programmer, Inter.Net Philippines                +63(917) 4458925
> http://dido.engr.internet.org.ph/                OpenPGP Key ID: 0x5CDA17D8
> 
>  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