ph-schematron 8.0.0
·
75 commits
to master
since this release
- Updated to Saxon 12.4
- Updated to ph-commons 11.1.4
- Updated to jvnet JAXB Maven Plugin
The variable resolution problem in pure mode was resolved by a kind contribution in #164 - thx @bertrand-lorentz - All deprecated elements, marked as "forRemoval" were removed
- Renamed interface
ISchematronXSLTValidator
toISchematronOutputValidator
- Renamed method
ISchematronXSLTValidator.getSchematronValidity
toISchematronOutputValidator.getSchematronOutputValidity
- Renamed all implementing classes
SchematronXSLTValidator*
toSchematronOutputValidityDeterminator*
- Renamed methods
ISchematronXSLTBasedResource.(get|set)XSLTValidator
to(get|set)OutputValidityDeterminator
- Added new
SchematronDebug
debug log methods - Removed the experimental parallel validation in
PSXPathBoundSchema
- Removed the constructors of
SchematronResourcePure
with aboolean bLenient
parameter. Use the version without it and callsetLenient(boolean)
instead - Honoring the
@subject
attribute in the Pure implementation. See #133 - thx @ericlop
What's Changed
- Improve variable handling in pure mode by @bertrand-lorentz in #164
- Version bump by @phax in #166
- V8 by @phax in #165
New Contributors
- @bertrand-lorentz made their first contribution in #164
Full Changelog: ph-schematron-parent-pom-7.1.3...ph-schematron-parent-pom-8.0.0