[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] get rid of decimals


Subject: Re: [xsl] get rid of decimals
From: Jarkko.Moilanen@xxxxxx
Date: Mon, 24 Jun 2002 13:52:09 +0300 (EEST)

> >
> > 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?
> 
> 
> you have a few options
> 
> - use translate() function to replace the period with nothing.
> - multiply the number by 100

Decited to use multiplying and works fine in my project. 
Thanks for this information. 

Cheers Jarkko

> - if u use format-number() then its gonna be a little silly as you are
> changing the actual 'value'
> 
> hth, jim fuller
> 
> 
> >
> > 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
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 



******************************************************************
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



Current Thread
Keywords