[Bug 26513] [XSLT30] Access to context item within streamed xsl:for-each-group

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
I should of course have used group-adjacent rather than group-by.

I added a test case si-group-027, and rather to my surprise, Saxon passes it.
It seems that it does so by retaining enough information about the context item
to evaluate inspection expressions for the duration of the group: that it it
retains the context-item's start tag and ancestor stack. This seems acceptable
within the definition of streaming. I'm therefore withdrawing the bug.

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

Received on Sunday, 3 August 2014 18:25:08 UTC