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?


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@zveno.com  +---------------------------+---------------------
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


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