Re: ToUpper in XSL

Subject: Re: ToUpper in XSL
From: Naresh Shah <nrshah@xxxxxxxx>
Date: Mon, 27 Nov 2000 10:17:50 -0500
Use in built XPath function "translate"

eg.: translate("John", "adbcd.....z", "ABCD....Z")

At 02:51 PM 11/22/00 -0700, Camille Nazi wrote:
>
>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 ??? Whether converting
>a String, or an Input Stream or a File.
>
>If not how do we make a call to a Java Class from within XSL ???
>
>Thanks in advance
>Camille Nazi
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


Current Thread