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: ToUpper in XSL


> 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

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