mitchpau Posted August 6, 2009 Report Share Posted August 6, 2009 Hi,I am using the following in my xsl:<xsl:variable name="sumAmount" select="sum(trade/tradeRequest/specifiedMoney/amount)"/>The total value of this can literally be any size number e.g. from 100 to 1000000000000My problem is that the output from this looks like 70002.34808E8where as I need it to look like7000234808000Can anyone tell me how to use format-number (or anything else that would work) to ensure it's output in the latter formatThanksMitch Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now