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 11683 - Functions that have the signatures in the 'op' namespace instead of 'fn' namespace
Summary: Functions that have the signatures in the 'op' namespace instead of 'fn' name...
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.0 (show other bugs)
Version: Working drafts
Hardware: PC Linux
: P2 minor
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: 2011-01-06 17:46 UTC by Sorin Nasoi
Modified: 2011-06-07 13:50 UTC (History)
1 user (show)

See Also:


Attachments

Description Sorin Nasoi 2011-01-06 17:46:20 UTC
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?
Comment 1 Michael Kay 2011-01-07 18:19:10 UTC
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.
Comment 2 Michael Kay 2011-06-07 13:50:55 UTC
I am marking this closed since the problem has been fixed editorially. Feel free to reopen if unsatisfied.