[Bug 4309] fn-insert-before-mix-args-010 has invalid float value

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4309





------- Comment #5 from mike@saxonica.com  2007-09-12 09:59 -------
xs:float("-0") is allowed to return positive or negative zero. This was decided
because XML Schema 1.0 doesn't actually recognize negative zero.

If it returns negative zero then it must serialize as "-0"; if it returns
positive zero then it must serialize as "0".

Michael Kay

Received on Wednesday, 12 September 2007 09:59:18 UTC