Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
2.1.0
Description
When working with schemas across multiple namespaces and source URIs, multiple XML Schemas may be given relative paths, but DefaultURIResolver only supports one base URI.
XmlSchemaMultiBaseUriResolver collects the base URIs of all schemas encountered, and when a relative path is requested, will search all of the base URIs looking for the XML Schema. This search is conducted in reverse-chronological-order of base-URI-added.
Attachments
Attachments
Issue Links
- blocks
-
XMLSCHEMA-36 XML Schema Walker and XML Document Path Finder
- Resolved