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 23411 - [xslt 3.0] Accumulators and xsl:stream
Summary: [xslt 3.0] Accumulators and xsl:stream
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 (show other bugs)
Version: Working drafts
Hardware: PC All
: 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: 2013-10-01 16:44 UTC by Michael Kay
Modified: 2014-05-15 14:00 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2013-10-01 16:44:07 UTC
We say:

If a call on accumulator-before or accumulator-after is evaluated for a streamable accumulator then:

The evaluation must occur in the course of evaluating a pre-descent or post-descent instruction in some streamed template rule T, respectively

This appears to rule out accessing an accumulator as the last thing done within an xsl:stream instruction.

We should generalize the rules about pre-descent and post-descent instructions to cover the sequence constructor in xsl:stream as well as that in a streamable template rule.
Comment 1 Michael Kay 2013-11-28 23:56:06 UTC
This problem appears to have been fixed.