Re: [xsl] get rid of decimals

Subject: Re: [xsl] get rid of decimals
From: "Wei-Chin Hsieh" <whsieh@xxxxxxxxxxxx>
Date: Mon, 24 Jun 2002 03:39:23 -0500
How about concat(substring-before($number, "."), substring-after($number,
",")) ?

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


>
> ----- Original Message -----
> From: <Jarkko.Moilanen@xxxxxx>
>
>
>
> > 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@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
>
>


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


Current Thread