Re: [xsl] get rid of decimals

Subject: Re: [xsl] get rid of decimals
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Mon, 24 Jun 2002 08:12:38 +0000
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@xxxxxx
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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@xxxxxx          *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



Current Thread