[Bug 28762] [XSLT30] (editorial) focus of xsl:merge-key's select attribute and sequence constructor

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

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
Thinking about this again... I chose those rules to be consistent with the
rules for xsl:sort keys. But sorting assumes you have the whole sequence
available, while merging is all designed for streamability. So I don't think
allowing use of position() and last() (in relation to the full input sequence)
make much sense. I propose instead to use a singleton focus based on the
individual item.

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

Received on Friday, 5 June 2015 12:44:49 UTC