Actions
Bug #2292
closedNavigation using child axis is not supported from a streamed input node
Start date:
2015-01-17
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
Reported by Martin Honnen on xsl-list.
A test case using group-starting-with fails with the above error. It should fail at compile time saying the stylesheet is not streamable because the pattern used is not motionless.
group-starting-with="record[foo = 'a']"
Patterns that use the child axis in a predicate are disallowed under the W3C streamability rules.
Test case si-group-030 added to the W3C XSLT3 test suite.
Please register to edit this issue
Actions