diff --git a/web/xml2json.xslt b/web/xml2json.xslt index 96233be9..618bd2fa 100644 --- a/web/xml2json.xslt +++ b/web/xml2json.xslt @@ -125,8 +125,22 @@ - + (starts-with(.,'0' ) and . != '0' and not(starts-with(.,'0.' ))) or + (starts-with(.,'-0' ) and . != '-0' and not(starts-with(.,'-0.' ))))]"> + + + + + + + + + + + + + +