[xsl] Rounding a number

Subject: [xsl] Rounding a number
From: "Sam Carleton" <scarleton@xxxxxxxxxxxxxxxx>
Date: Fri, 15 Sep 2006 12:43:02 -0400
Within the XSLT, I am doing some division, such as

<xsl:value-of select="4 div 3"/>

Of course the problem is that I get "1.3333333333333332"  I need to
round that down to three decimals.  What is the best approach in XSLT
1.0?

Sam
--
Miltonstreet Photography
http://www.miltonstreet.com

Current Thread