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: Case conversion in XSL?


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@team.ph.inter.net>   +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


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