1 Nov
2017
1 Nov
'17
12:57 p.m.
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.