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
What steps will reproduce the problem?
Decimal numbers between 0 and 1 is not converted into numbers.
Also negative numbers which aren't number! -01 is not converted into strings.
The following code fix the issue:
[not(string(number())='NaN' or
(starts-with(.,'0' ) and . != '0' and not(starts-with(.,'0.' ))) or
(starts-with(.,'-0' ) and . != '-0' and not(starts-with(.,'-0.' )))
)]
Original issue reported on code.google.com by jonaskro...@gmail.com on 19 Jan 2011 at 11:05
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jonaskro...@gmail.com
on 19 Jan 2011 at 11:05The text was updated successfully, but these errors were encountered: