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


How about concat(substring-before($number, "."), substring-after($number,
",")) ?

Wei-Chin
----- Original Message -----
From: "James Fuller" <james.fuller@o-idev.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Monday, June 24, 2002 3:05 AM
Subject: Re: [xsl] get rid of decimals


>
> ----- Original Message -----
> From: <Jarkko.Moilanen@uta.fi>
>
>
>
> > 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?
>
>
> you have a few options
>
> - use translate() function to replace the period with nothing.
> - multiply the number by 100
> - 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@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
>
>
>  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]