- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 18 May 2005 19:06:11 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1464
Summary: [XSLT] Typo in formating a float?
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 2.0
AssignedTo: mike@saxonica.com
ReportedBy: mrys@microsoft.com
QAContact: public-qt-comments@w3.org
16.4.4 Formatting the Number:
Should the following text
"the one that is chosen should be one with the smallest possible number of
digits not counting leading or trailing zeroes. (For example, 1.0 is preferred
to 0.9999999999, and 100000000 is preferred to 100000001.) "
be
"the one that is chosen should be one with the smallest possible number of
digits not counting leading or trailing zeroes. (For example, 1.0 is preferred
to 0.9999999999, and 1.00000000 is preferred to 1.00000001.) "
?
Received on Wednesday, 18 May 2005 20:07:59 UTC