phax / ph-schematron

Java Schematron library that supports XSLT and native application
Apache License 2.0
115 stars 36 forks source link

Schematron analysis for multiple xml files #69

Closed navjottiwana closed 6 years ago

navjottiwana commented 6 years ago

I am trying to analyze 20 xml files with a single .sch rules using schematron maven plugin. The build is failing at 3rd xml file. I want schematron to analyze all 20 xml files and then fail the build. Can you please suggest.

phax commented 6 years ago

Unfortunately this is not possible atm. I consider this an extension request :)

navjottiwana commented 6 years ago

Hi Phax, Thanks for the enhancement :) . Can you please let me know by when v5.0.5 will be rolled out ?