- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 14 Mar 2008 11:10:07 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5571
Summary: Incorrect format-time() example (3 arguments)
Product: XPath / XQuery / XSLT
Version: Recommendation
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 2.0
AssignedTo: mike@saxonica.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
In section 16.5.3 the 16th example is incorrect:
format-time($t, "[h]:[m01]:[s01] o'clock [PN] [ZN,*-3]", "en")
There should be two additional arguments:
format-time($t, "[h]:[m01]:[s01] o'clock [PN] [ZN,*-3]", "en", (), ())
Received on Friday, 14 March 2008 11:10:56 UTC