- From: <bugzilla@jessica.w3.org>
- Date: Thu, 06 Jan 2011 17:46:20 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11683
Summary: Functions that have the signatures in the 'op'
namespace instead of 'fn' namespace
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators 3.0
AssignedTo: mike@saxonica.com
ReportedBy: spungi@gmail.com
QAContact: public-qt-comments@w3.org
the following functions (given in the form function#arity) should have their
signatures in the 'fn' namespace, not 'op' like it is in the latest version of
the F&O 3.0 spec:
day-from-dateTime#1,
hours-from-dateTime#1,
month-from-dateTime#1,
year-from-dateTime#1
See for instance
http://www.w3.org/XML/Group/qtspecs/specifications/xpath-functions-30/html/Overview.html#func-year-from-dateTime
op:year-from-dateTime($arg as xs:dateTime?) as xs:integer?
instead of
fn:year-from-dateTime($arg as xs:dateTime?) as xs:integer?
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 6 January 2011 17:46:23 UTC