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


The problem with using translate in this way is that it will only work for English. If you need to use other languages, this will not work. I don't know what the answer is, I just wanted to point this out.

-Ken





nrshah@ieee.org@SMTP@mulberrytech.com on 11/27/2000 08:56:19 AM
Please respond to xsl-list@mulberrytech.com@SMTP 
Sent by:	owner-xsl-list@mulberrytech.com
To:	XSL-List@mulberrytech.com@SMTP
xsl-list@mulberrytech.com@SMTP
cc:	 
Subject:	Re: ToUpper in XSL
Classification:	

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




 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]