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 3819 - 7.1.6 The fs:item-sequence-to-node-sequence-doc function
Summary: 7.1.6 The fs:item-sequence-to-node-sequence-doc function
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Formal Semantics 1.0 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Jerome Simeon
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-12 11:58 UTC by Tim Mills
Modified: 2006-10-19 19:50 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2006-10-12 11:58:50 UTC
The function signature in the grey box is:

fs:item-sequence-to-node-sequence($items as item()*) as node()*

and not:

fs:item-sequence-to-node-sequence-doc($items as item()*) as node()*

in

http://www.w3.org/TR/xquery-semantics/#sec_items_to_nodes_doc
Comment 1 Jerome Simeon 2006-10-16 18:35:47 UTC
Good catch.
The name in the signature should be changed from:
fs:item-sequence-to-node-sequence
to:
fs:item-sequence-to-node-sequence-doc
- Jerome
Comment 2 Jerome Simeon 2006-10-19 19:41:27 UTC
The XSLT and XML Query WGs have decided to adopt the proposed fix to the name in the signature for the fs:item-sequence-to-node-sequence-doc function.
- Jerome, on Behalf of the WGs.