This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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?
Thankyou for pointing this out. I have fixed the source. I have marked the problem as editorial as I do not think it needs WG attention.
I am marking this closed since the problem has been fixed editorially. Feel free to reopen if unsatisfied.