Re: [xsl] XSLT Problem - Case Conversion

Subject: Re: [xsl] XSLT Problem - Case Conversion
From: "Emmanuil Batsis (Manos)" <mbatsis@xxxxxxxxxxx>
Date: Mon, 06 Oct 2003 14:31:22 +0300
check out the translate() function

Saurabh Sinha wrote:

Hi,

Is there any built-in function like toupper() or
tolower() in XSL so that we can convert the text -
such as upper to lower or vice versa? e.g. I want to
see 'STATUS' or 'STATUSCODE' as 'Status' or
'Statuscode.

If there is no built-in function how shall I use it in
xsl document?

Thanks,

Saurabh

struct.xml
----------

<struct>
	<var name="STATUS">
		 <string>No Error</string>
	</var>
	<var name="STATUSCODE">
		<string>0</string>
	</var>
</struct>




struct.html -----------


Current Output -------------


STATUS No Error


STATUSCODE 0


Expected Output -------------


Status No Error


Statuscode 0



________________________________________________________________________
Yahoo! India Matrimony: Find your partner online.
Go to http://yahoo.shaadi.com

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



-- Manos Batsis

    _  __    __                    __
   / |/ /__ / /____ __ _ ___ _____/ /_
  /    / -_) __(_-</  ' Y _ `/ __/ __/
 /_/|_/\__/\__/___/_/_/_|_,_/_/  \__/

http://www.netsmart.gr
mbatsis at netsmart dot gr
(+30) 210 33 02 608
(+30) 210 33 02 658
http://forte.netsmart.gr/foaf/manos_foaf.rdf




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



Current Thread