Actions
Bug #1533
closedUsing the trace feature causes an unhandled exception if the stylesheet uses XSLT parameters or certain global variable expressions
Start date:
2012-05-15
Due date:
% Done:
100%
Estimated time:
Platforms:
Description
This problem only manifests itself when tracing is enabled either by using the setLogLevel() function or the logLevel URI attribute.
Because parameter values and certain types of global variable expressions are resolved at compile time, there is no expression to trace. The processor however attempts to wrap the null expression, causing a fatal null pointer exception.
Please register to edit this issue
Actions