The XQuery transformation scenario allows you to configure advanced options that are specific for the Saxon HE (Home Edition), PE (Professional Edition), and EE (Enterprise Edition) engines.
@xml:space attributes in the source document.@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.document() or similar functions. It can have the following values:Normally, if validation of result documents is requested, a validation error is fatal. Selecting this option causes such validation failures to be treated as warnings.
This option controls whether or not XQuery update syntax is accepted. The default value is off.
-init Saxon command-line argument. The value is
the name of a user-supplied class that implements the
net.sf.saxon.lib.Initializer interface. This initializer is called during the
initialization process, and may be used to set any options required on the
configuration programmatically. It is particularly useful for tasks such as
registering extension functions, collations, or external object models, especially in
Saxon-HE where the option cannot be set via a configuration file. Saxon only calls the
initializer when running from the command line, but the same code may be invoked to
perform initialization when running user application code.