[Bug 29803] [XSLT30] We accidentally lost the ability to use accumulators on streamed nodes in the initial match selection, and other remnants of removing @streamable from xsl:global-context-item

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

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
I agree there's a gap here.

I'm inclined to say we should add a @use-accumulators attribute to xsl:mode,
applicable only when streamable="yes". The semantics are: when the mode is used
as the initial mode for apply-templates invocation of the stylesheet, then for
any streamed (document?) node that is present in the initial match selection,
the specified accumulators will be maintained for that document.

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

Received on Wednesday, 7 September 2016 23:07:26 UTC