The Saxon HE/PE/EE preferences panel is opened from menu .
The XQuery preferences for the Saxon 9.3.0.5 are the
following:
- Use a configuration file ("-config") - Sets a Saxon 9 configuration
file that will be used for XQuery transformation and validation.
- 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.
- Strip whitespaces - Can have one of the following three values:
- All - Strips all whitespace text nodes from source documents
before any further processing, regardless of any xml:space attributes
in the source document.
- Ignore - Strips all ignorable whitespace text nodes from source
documents before any further processing, regardless of any xml:space
attributes in the source document. Whitespace text nodes are ignorable if they appear in
elements defined in the DTD or schema as having element-only content.
- None - Strips no whitespace before further processing.
- Optimization level - This option allows optimization to be
suppressed in cases where reducing compile time is important, or where optimization gets in
the way of debugging, or causes extension functions with side-effects to behave
unpredictably.
The Saxon 9.3.0.5
Professional Edition options are the following:
- Disable calls on extension functions - If unchecked, external
functions calls is allowed. 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.
The Saxon 9.3.0.5
Enterprise Edition specific options are the following:
- Validation of the source - This determines whether XML source
documents should be parsed with schema-validation enabled.
- Validation errors in the results
tree treated as warnings - Available only for Saxon EE. If checked, all
validation errors are treated as warnings, otherwise they are treated as fatal.
- Enable XQuery 1.1 support - If it is checked Saxon EE runs the
XQuery transformation with the XQuery 1.1 support.
- Backup files updated by XQuery
("-backup:(on|off)") - If checked, a backup version is generated for any XML
files that is updated with XQuery Update.