Skip to content

Releases: phax/ph-schematron

ph-schematron 4.3.4

27 Jul 19:21
Compare
Choose a tag to compare
  • v4.3.4 - 2017-07-27
    • Added new class SchematronDebug that centrally manages the debug flags for logging etc.
  • v4.3.3 - 2017-07-27
    • Reverted to Saxon-HE 9.7.0_18 because of incompatibilities in production
  • v4.3.2 - 2017-07-25
    • Updated to Saxon-HE 9.8.0-3
    • Changed all XSLT scripts to use and create only XSLT 2.0 (because Saxon 9.8.x does not support XSLT 1.0 anymore)
    • Updated to ph-commons 8.6.6

Dependencies required:

Additional dependencies used

ph-schematron 4.3.3

27 Jul 19:15
Compare
Choose a tag to compare

Don't use it

I forgot to switch off a debug setting :(
As this happened for the second time I added a class SchematronDebug to handle the debugging issues centrally

ph-schematron 4.3.2

27 Jul 19:13
Compare
Choose a tag to compare

Don't use it

The used Saxon-HE version 9.8.0_3 has issues not discovered by tests - so the next version stepped back to Saxon HE 9.7.0_18

ph-schematron 4.3.1

30 May 10:46
Compare
Choose a tag to compare
  • Updated to ph-commons 8.6.5
  • Fixed too verbose logging of created XSLT
  • Removed some old deprecated methods

ph-schematron 4.3.0

15 May 11:54
Compare
Choose a tag to compare
  • Updated to Saxon-HE 9.7.0-18
  • Fixed an error with nested SVRL directories in Maven plugin (#37)
  • Added possibility to use "negative" tests in Maven plugin (#38)
  • Added ANT plugin to validate Schematron resources (#39, #40)
  • Using the EntityResolver also for the XML files to be validated (not just the Schematron)
  • Added a default EntityResolver and a default URIResolver that tries to resolve includes relative to the base Schematron.

ph-schematron 4.2.0

09 Jan 16:51
Compare
Choose a tag to compare
  • Binds to ph-commons 8.6.0
  • Updated to Saxon-HE 9.7.0-14
  • Added a new Schematron validation Maven plugin

v4.1.1

03 Nov 12:28
Compare
Choose a tag to compare

Fixed #30