[Bug 29612] New: [FO31] Function argument naming

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29612

            Bug ID: 29612
           Summary: [FO31] Function argument naming
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: editorial
          Priority: P2
         Component: Functions and Operators 3.1
          Assignee: mike@saxonica.com
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

Looking at the *:for-each functions, it would be nice if the applied function
had a consistent name.

array:for-each( $array   as array(*),
$function        as function(item()*) as item()*) as array(*)

map:for-each(   $input   as map(*),
$action  as function(xs:anyAtomicType, item()*)) as item()*

fn:for-each($seq as item()*, $f as function(item()) as item()*) as item()*

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 6 May 2016 09:27:25 UTC