xsl-list
[Top] [All Lists]

Re: AW: [xsl] round-half-to-even problem.

2011-01-25 03:05:29
If your XSLT processor already supports the two-argument form of round (XPath 3.0), you can just use round(1351.845, 2).

http://www.saxonica.com/documentation/functions/intro/round.xml
http://www.w3.org/TR/xpath-functions-30/#func-round

-Gerrit

On 25.01.2011 10:01, Szabo, Patrick (LNG-VIE) wrote:
I still can't figure out how to round correctly.

If I do format-number(1351.845, '.00') it gives me 1351.84
If I do format-number(298.155, '.00') it gives me 298.16<- that's how I want it.

I have no idea why that happens.


. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
  XSLT-Entwickler
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick(_dot_)szabo(_at_)lexisnexis(_dot_)at
Tel.: +43 (1) 534 52 - 1573
Fax: +43 (1) 534 52 - 146


-----Ursprüngliche Nachricht-----

Von: G. Ken Holman [mailto:gkholman(_at_)CraneSoftwrights(_dot_)com]
Gesendet: Montag, 24. Jänner 2011 15:49
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff: Re: [xsl] round-half-to-even problem.


If you are rounding for presentation purposes, then use:

   format-string(.,'.00')

... which rounds the third digit to the second digit simply, where
"5" goes to the ceiling (a negative number gets smaller, a positive
number gets bigger).

I hope this helps.

. . . . . . . . . Ken

--
Contact us for world-wide XML consulting&  instructor-led training
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--
Gerrit Imsieke
Geschäftsführer / Managing Director
le-tex publishing services GmbH
Weissenfelser Str. 84, 04229 Leipzig, Germany
Phone +49 341 355356 110, Fax +49 341 355356 510
gerrit(_dot_)imsieke(_at_)le-tex(_dot_)de, http://www.le-tex.de

Registergericht / Commercial Register: Amtsgericht Leipzig
Registernummer / Registration Number: HRB 24930

Geschäftsführer: Gerrit Imsieke, Svea Jelonek,
Thomas Schmidt, Dr. Reinhard Vöckler

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>