Registering a schema resolver
The XSchemaResolver interface can be implemented and the
implementation registered with the XFactory to override the default
schema resolution behavior. This includes resolution of imports for
schemas registered with XFactory using the registerSchema method and
resolving schemas imported in XSLT stylesheets using the xsl:import-schema
declaration.
Using an unparsed text resolver
The XUnparsedTextResolver interface can be implemented
and the implementation registered with the XDynamicContext to override
the default resolution behavior for resources loaded through the XSLT
unparsed-text function.
Using resolvers in a J2EE context
When loading artifacts in a Java 2
Platform, Enterprise Edition (J2EE) context, you should consider the
special implications that apply when loading resources from local
deployment artifacts.
Using a module resolver
The XModuleResolver interface can be implemented and the
implementation registered with the XStaticContext to override the
default XQuery module resolution behavior. Modules are resolved whenever
an XQuery module import is encountered.
Last updated: April 18, 2014 05:01 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=txml_using_resolvers File name: txml_using_resolvers.html