This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28682 - Editorial: incorrect last example of fn:format-number
Summary: Editorial: incorrect last example of fn:format-number
Status: CLOSED DUPLICATE of bug 28567
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.1 (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-22 20:44 UTC by Priscilla Walmsley
Modified: 2016-12-16 19:55 UTC (History)
0 users

See Also:


Attachments

Description Priscilla Walmsley 2015-05-22 20:44:13 UTC
The last example of fn:format-number says:

  The expression format-number(1234.5678, '00.000E0') returns "12.569E2".

when it should be:

  The expression format-number(1234.5678, '00.000E0') returns "12.346E2".
Comment 1 Michael Kay 2015-05-23 18:56:41 UTC
Duplicate of part 1 of bug #28567

*** This bug has been marked as a duplicate of bug 28567 ***