Bug #2910
closedAfter export/import of a stylesheet, use of a named decimal format fails
0%
Description
XSLT 3.0 Test case override-misc-004 fails when run with the -export option. The decimal format named "d" is not found in the reloaded stylesheet package.
Updated by Michael Kay about 8 years ago
The exported package correctly contains the named decimal format in the inner nested package, but not in the outer package.
The failure occurs when fixing up references within the outer package.
The optimizer-generated global variable containing the call to format-number which references the decimal-format "d" occurs in both packages; the fixup to decimal format "d" in the outer package fails because "d" is not defined in that package. It doesn't seem right that the global variable appears as a component in both packages; other components are not replicated in this way.
Updated by Michael Kay over 7 years ago
- Status changed from New to Closed
The test is failing on 9.7 but succeeding on 9.8.
Decided to take no action to fix the 9.7 branch.
Please register to edit this issue