[Bug 8884] New: [FO11] missing "*" in function signatures

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8884

           Summary: [FO11] missing "*" in function signatures
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Functions and Operators 1.1
        AssignedTo: mike@saxonica.com
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


Section 16, Functions on Functions, contains the following function signatures:

fn:function-name($func as function()) as xs:QName?

fn:function-arity($func as function()) as xs:integer

fn:partial-apply($func as function(), $arg as item()*) as function()

fn:partial-apply($func   as function(),
                 $arg as item()*,
                 $argNum as xs:integer) as function()

In all of these, "function()" should be "function(*)".


-- 
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 Friday, 5 February 2010 19:09:51 UTC