Open GoogleCodeExporter opened 9 years ago
I found a problem with decimal numbers without fractional digits.
<value>1.</value> results in "{value: 1.}". This additional line appends a zero
to such numbers:
<xsl:if test="substring(., string-length(.))='.'">0</xsl:if>
Original comment by goo...@digineo.de
on 11 Mar 2013 at 1:59
Original issue reported on code.google.com by
jonaskro...@gmail.com
on 19 Jan 2011 at 11:05