[oXygen-user] schematron validation in a batch file

2019-10-09 Thread Lou Burnard
One of the features of oXygen which I really love is the way it allows me to combine schema validation with RELAXNG and with schematron just by adding a couple of PIs to the top of my file. But this requires me to fire up oXygen and open up each file one by one which is not so convenient if I h

Re: [oXygen-user] schematron validation in a batch file

2019-10-09 Thread Christophe Marchand
I think I've presented in pre-conference day at XMLPrague 2019 - not recorded - a maven plugin that do validation against RelaxNg AND Schematron, but I can't find code. It's based on Jim Etevenard's work, located here : https://github.com/cmarchand/Jing-JAXP-Wrapper It requires, for ISO-sche

Re: [oXygen-user] schematron validation in a batch file

2019-10-09 Thread director
Lou, (b) none of the open source validators I've looked at seems to have a hook for including schematron validation You might want to look at David Maus's SchXslt... https://github.com/schxslt/schxslt ...which I've lately used to do what I imagine to be something close to what you want to do.

Re: [oXygen-user] schematron validation in a batch file

2019-10-09 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Lou, We plan to have in the future an Oxygen command line tool allowing validation and transformation. So I added your feedback (which covers very well the use case) to the opened internal issue, we will get back to you when we do. So for now you can probably put something together using Ji