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 16580 - [FO30] Function signature for fn:function-lookup
Summary: [FO30] Function signature for fn:function-lookup
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.0 (show other bugs)
Version: Member-only Editors Drafts
Hardware: PC Windows NT
: P2 trivial
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL: https://www.w3.org/XML/Group/qtspecs/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 10:49 UTC by Tim Mills
Modified: 2012-03-31 11:20 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2012-03-30 10:49:05 UTC
The function signature for function-lookup is given as:

    fn:function-lookup($name as xs:QName, $arity as xs:integer) as function()?

but shouldn't it be

    fn:function-lookup($name as xs:QName, $arity as xs:integer) as function(*)?

?
Comment 1 Michael Kay 2012-03-31 11:20:49 UTC
Thanks, fixed as suggested.