You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XML like "...<node>8220E</node>..." will output "'node': 8220E, ...
I've changed the number test, which seems to solve the problem:
<xsl:template match="text()[not(string(number())='NaN' or (starts-with(.,'0' )
and . != '0')) and not(substring(., string-length(.)) = 'E') and
not(substring(., string-length(.)) = 'e')]">
Original issue reported on code.google.com by mikhail....@gmail.com on 26 Aug 2011 at 4:47
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mikhail....@gmail.com
on 26 Aug 2011 at 4:47The text was updated successfully, but these errors were encountered: