- From: <bugzilla@jessica.w3.org>
- Date: Mon, 20 Apr 2015 14:01:15 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28514 Michael Kay <mike@saxonica.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Michael Kay <mike@saxonica.com> --- I think code that wants to handle negative numbers with format-integer will often apply format-integer to the absolute value, and then "do its own thing" to indicate that it is negative. For example "The temperature is " || format-integer(abs($N)) || " degrees " || (if ($N gt 0) then "above zero" else if ($N lt 0) then "below zero" else "". -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 20 April 2015 14:01:17 UTC