simonchristieis
Programmer
I have a value - over 1,000,000 or less than 0.000001 and I want to output it (via xslt 2.0) as it's decimal value rather than the exponential that is being displayed.
Any ideas if there is a way to do this, is there a simple way to achieve this eg:
<xsl:value-of select="xs:decimal(xs:double('1.23E6'))"/>
Using saxon parser.
Regards
Simon
Any ideas if there is a way to do this, is there a simple way to achieve this eg:
<xsl:value-of select="xs:decimal(xs:double('1.23E6'))"/>
Using saxon parser.
Regards
Simon