Subject: RE: ToUpper in XSL
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 23 Nov 2000 12:48:42 -0000
|
> I use XSL on my XML data and I want my final result file to
> be all Upper Case.
> Does anyone know how to convert to UpperCase in XSL ???
if it's a limited alphabet, e.g. ASCII, use translate($x, 'abc...',
'ABC...').
>
> If not how do we make a call to a Java Class from within XSL ???
Easy enough to do but the details depend on the processor you're using.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|