RE: [xsl] Xalan Rounding

Subject: RE: [xsl] Xalan Rounding
From: "Stuart Celarier" <stuart@xxxxxxxxxxx>
Date: Fri, 10 May 2002 12:13:13 -0700
Perform whatever rounding math you desire explicitly before passing the
value to format-number:

  format-number( round(//value), '##')

Cheers,
Stuart
xsl-list


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


Current Thread