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 29663 - map:for-each
Summary: map:for-each
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.1 (show other bugs)
Version: Working drafts
Hardware: PC Linux
: P2 normal
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: 2016-05-24 20:29 UTC by Benito van der Zander
Modified: 2016-07-21 13:57 UTC (History)
0 users

See Also:


Attachments

Description Benito van der Zander 2016-05-24 20:29:53 UTC
map:for-each has a argument $action	 as function(xs:anyAtomicType, item()*), that does not seem to be a valid type
Comment 1 Michael Kay 2016-06-06 15:06:15 UTC
Thanks for pointing out this typo, which I have corrected. The return type of the argument function should be item()*.