Saxon HE/PE/EE Advanced Preferences
To configure Saxon HE/PE/EE Advanced preferences, open the Preferences dialog box and go to .
The advanced XQuery options that can be configured for the Saxon 12.3 XQuery transformer (all editions: Home Edition, Professional Edition, Enterprise Edition) are as follows:
- URI Resolver class name - Allows you to specify a custom
implementation for the URI resolver used by the XQuery Saxon 12.3 transformer (the -r option when run from the command line). The class
name must be fully specified and the corresponding JAR or class extension must
be configured from the dialog box for configuring
the XQuery extension for the particular transformation scenario.Note: If your
URIResolver
implementation does not recognize the given resource, theresolve(String href, String base)
method should return anull
value. Otherwise, the given resource will not be resolved through the XML Catalog. - Collection URI Resolver class name - Allows you to specify a custom implementation for the Collection URI resolver used by the XQuery Saxon 12.3 transformer (the -cr option when run from the command line). The class name must be fully specified and the corresponding JAR or class extension must be configured from the dialog box for configuring the XQuery extension for the particular transformation scenario.