Re: xslt and number formats

2001-11-29 Thread Brian T. Wolf
uggest then trailing zeroes are omitted. So instead I have put in 0.00 and that seems to do the trick. -Brian - Original Message - From: "Ramin Firoozye" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 9:24 AM Subject: RE: xslt and number f

RE: xslt and number formats

2001-11-29 Thread Ramin Firoozye
Hi Brian, I tried your code in Xalan (C and J) and MSXML and got '2.79' (with the digits after decimal point intact). The XSLT spec says that numbers are kept in double format internally so you shouldn't be getting any truncation loss as a result of doing math. The 'sum' function is also supposed