Actions
Bug #3934
closedStreamability analysis problem SXST0060
Start date:
2018-10-02
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.9
Fix Committed on Branch:
9.9
Fixed in Maintenance Release:
Platforms:
Description
Reported by Martin Honnen, test case saved in XSLT3 as si-fork-119.
Saxon 9.9 reports error
Error in xsl:param/@select on line 13 column 79 of si-fork-119.xsl:
SXST0060: Component cannot be streamed, although it is guaranteed streamable according to
W3C rules. No streamable path found in expression ($current-item, ...)
Saxon 9.8 reports:
Static error at xsl:template on line 12 column 71 of si-fork-119.xsl:
XTSE3430: Template rule is declared streamable but it does not satisfy the streamability rules.
* Operand {.} of {let $vv:LHS2027961269 := ...} selects streamed nodes in a context that
allows arbitrary navigation (line 13)
Please register to edit this issue
Actions