xsl-list
[Top] [All Lists]

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

2011-01-25 03:25:09
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  version="3.0" >
  <xsl:output method="text"/>
  <xsl:template name="main">
    <xsl:value-of select="round(1351.845, 2)"/>
  </xsl:template>
</xsl:stylesheet>


java net.sf.saxon.Transform  -xsl:test.xsl -it:main
1351.85



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