I have some XSL that formats a value to a number
Using the same XSL file, one environment (dev) returns a blank value (as required) but the other environment (test) returns "NaN"
<td><xsl:value-of select="format-number(XML/XMLData/OptionsPanel/Current/Row/Amounts,'##.0')"/>%</td>
What should I be looking for to find out why they are different?
No comments:
Post a Comment