Subject: RE: lower --> upper case
From: Edmund Mitchell <EMitchell@xxxxxxx>
Date: Mon, 8 Jan 2001 07:34:16 -0800
|
Hello BeNj
This is probably a complete set of examples of this in the FAQ somewhere
as well as Mike Kay's book.
translate($x,'abcdefghijklmnopqrstuvwxyz',
'ABCDEFGHIJKLMNOPQRSTUVWXYZ')
Hope this helps
Edmund
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
|