The Saxon 6 preferences panel is opened from menu .
The built-in Saxon 6 XSLT processor can be configured with the following options:
- Line numbering - If checked, line numbers are maintained and
reported in error messages for the XML source document.
- Disable calls on extension functions - If checked, external
functions called is disallowed. Checking this is recommended in an environment where
untrusted stylesheets may be executed. Also disables user-defined extension elements,
together with the writing of multiple output files, all of which carry similar security
risks.
- Handling of recoverable stylesheet
errors - Allows the user to choose how dynamic errors will be handled. Either
one of the following options can be selected:
- recover silently - continue processing without reporting the
error,
- recover with warnings - issue a warning but continue
processing,
- signal the error and do not attempt recovery - issue an error
and stop processing.