[Home] [By Thread] [By Date] [Recent Entries]
Z W wrote:
The error message looks odd but the second argument to format-number should be e.. '#,0.000'. The 's' does not belong in there. If you want to output an 's' for seconds then use <xsl:value-of select="concat(format-number($value, '#,0.000'), ' s')"/> -- Martin Honnen http://JavaScript.FAQTs.com/
|

Cart



