Re: [xsl] Case conversion in XSL?

Subject: Re: [xsl] Case conversion in XSL?
From: Steve.Ball@xxxxxxxxx
Date: Tue, 23 Oct 2001 11:23:33 +1000
Gavin Corfield wrote:
> 
> 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')

The XSLT Standard Library, http://xsltsl.sf.net/, already has these
functions defined as templates; to-upper, to-lower, capitalise, etc.

Cheers,
Steve Ball

-- 
Steve Ball            |   XSLT Standard Library   | Training & Seminars
Zveno Pty Ltd         |     Web Tcl Complete      |   XML XSL Schemas
http://www.zveno.com/ |      TclXML TclDOM        | Tcl, Web Development
Steve.Ball@xxxxxxxxx  +---------------------------+---------------------
Ph. +61 2 6242 4099   |   Mobile (0413) 594 462   | Fax +61 2 6242 4099

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


Current Thread