Maintenance: Planio will be observing a scheduled maintenance window this Tuesday, November 5, 2024 from 03:00 UTC until 06:30 UTC to perform urgent network maintenance in our primary data center. Your Planio account will be unavailable during this maintenance window.
Bug #2945
closedfor-each-group context not being preserved over context-altering steps
100%
Description
Situations which alter local context, such as indexed filtering or xsl:for-each@, do not preserve any inherited grouping context, which is only altered by @xsl:for-each-group@. Thus @current-group()
and current-grouping-key()
can fail or be erroneous.
-
preserveGrouping()
added totransform.Context
-
calls to this added to several
Expr
steps.
Changes committed to Saxon-JS code branch, but issue left open for other cases
Please register to edit this issue
Also available in: Atom PDF Tracking page