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]
Other format: [Raw text]

Re: get rid of decimals


Jarkko,

<xsl:value-of select="translate(/decimal,'.','')"/>

would remove the decimal.. and if you are sure of the number of digits after the decimal , you may aswell do something along the lines of
<xsl:value-of select="/decimal*100"/> ( in your case if the num is of the format aa.bb )

cheers
vasu


From: Jarkko.Moilanen@uta.fi
Reply-To: xsl-list@lists.mulberrytech.com
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] get rid of decimals Date: Mon, 24 Jun 2002 10:32:18 +0300 (EEST)

Hi!

I was wundering is it possible to get rid of . in a number for
example 2.78 should be 278. The origal value would naturally
be in a xml file and would be chosen by xslt ja the format would
be like said before. Possible?

Cheers
Jarkko

******************************************************************
Jarkko Moilanen *You are wise, witty, and wonderful, *
Researcher/ ITCM *but you spend too much time *
jm60697@uta.fi *reading this sort of trash. *
www.uta.fi/~jm60697 * *
GSM: +358 50 3766 927 * *
******************************************************************
* ITCM | Information Technology and Crisis Management *
* http://www.itcm.org *
******************************************************************

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



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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]