Jump to content

Format Number Query


mitchpau

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...