Saxon HE/PE/EE Advanced Preferences
To configure Saxon HE/PE/EE Advanced preferences, open the Preferences dialog box and go to .
Saxon HE/PE/EE XQuery Advanced Preferences Panel
The advanced XQuery options that can be configured for the Saxon 9.6.0.7 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 9.6.0.7 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 yourURIResolver
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 9.6.0.7 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.