Releases: xmlresolver/xmlresolver
Releases · xmlresolver/xmlresolver
4.6.4
What's Changed
- Fixed #126 where an input document without a base URI (e.g., one with a null systemId) would cause an NPE
- Fixed #127 where attempting to parse a RDDL document wasn't following redirects
- Fussed with the CI process. There was no 4.6.1, 4.6.2, or 4.6.3 published release.
The W3C now redirects http:
URIs to https:
URIs, so you can't load namepace documents unless you follow redirects.
4.6.0
This release contains two changes:
- I've fixed the bug where a
catalog.xml
file on the classpath (if the classpath pointed to a directory, for example) would not be loaded. - It's now possible to set properties with either Java system properties or environment variables. (There are places where it's tricky to set system properties, and the C# version already supported environment variables, so it seemed reasonable).
4.5.2
4.5.1
4.5.0
4.4.3
4.4.2
4.4.1
4.4.0
XML Resolver 4.3.0
This release introduces a new API that should make it possible to use the resolver with the Xerces XML Schema validator, along with other bug fixes and enhancements.
What's Changed
- Add XercesResolver; small fixes by @ndw in #95
- PR #94 from @tuxji (was Update dependencies and fix compilation errors due to API changes) by @ndw in #96
Full Changelog: 4.2.0...4.3.0