1 Nov
2017
1 Nov
'17
1:21 p.m.
Thanks Kristian, unfortunately this introduces rounding errors which I'm trying to avoid because managing units, measures and monetary amounts. M. Il 01 nov 2017 12:57 PM, "Kristian Kankainen" <kristian@keeleleek.ee> ha scritto: You need to use xs:float or xs:double instead of xs:decimal to be able to use the 'e' or 'E' as the exponent separator. Br, Kristian K1. nov 2017 13:18 kirjutas kuupäeval Marco Lettere < m.lettere@gmail.com>:
Hi all,
I thought of asking this in parallel of hacking my own parsing procedure ...
Is there a native way to parse scientific notation string into xs:decimal since a direct casting (xs:decimal("1e1")) is not allowed?
Thanks,
Marco.