- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 12 Sep 2007 09:59:14 +0000
- To: public-qt-comments@w3.org
- CC:
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