To configure Saxon HE/PE/EE Advanced preferences, open the
Preferences dialog box and go to .
The advanced XQuery options which can be configured for the Saxon 9.6.0.5 XQuery transformer
(all editions: Home Edition, Professional Edition, Enterprise Edition) are the following:
- URI Resolver class name - Allows you to specify a custom
implementation for the URI resolver used by the XQuery Saxon 9.6.0.5 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 for configuring the XQuery extension
for the particular transformation scenario.
Note: If your
URIResolver
implementation does not recognize the given resource, the
resolve(String href,
String base) method should return a
null 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 9.6.0.5 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 for configuring the XQuery extension
for the particular transformation scenario.