Actions
Bug #2737
closedFailure to reload an exported streaming stylesheet
Start date:
2016-05-09
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.7
Fix Committed on Branch:
9.7, trunk
Fixed in Maintenance Release:
Platforms:
Description
The following message can occur on reloading an exported stylesheet that uses streamable modes.
Stylesheet packaging problem: reloaded template is not streamable. Cannot use a non-streamable mode in a streamable template.
The problem is random, in the sense that it depends on the order in which modes are exported and this depends on the order of entries in a hash table. It occurs when mode A contains an apply-templates in (streamable) mode B, and A is exported before B. Test case mode-1422 shows the problem, not with Saxon 9.7 as issued, but after applying the changes for bug 2707.
Related issues
Please register to edit this issue
Actions