Bug #2910
closed
After export/import of a stylesheet, use of a named decimal format fails
Category:
XSLT 3.0 packages
Fixed in Maintenance Release:
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.
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.
- 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
Also available in: Atom
PDF