[relaxng-user] embedded Schematron rules within RELAX NG schemas

Sebastian Rahtz sebastian.rahtz at computing-services.oxford.ac.uk
Sun Mar 14 06:47:56 ICT 2004


Michael.Weber at dlr.de wrote:

>- Jing v20030619 seems not to recognize Schematron rules.
>
>  
>
jing has a schematron validator, but only as a separate stage
whereby you run foo.sch against bar.xml. So write a wrapper
which
 - runs jing normally
 - if that succeeds, extracts  Schematron rules to temporary schema file
 -  runs jing with that temporary file
 
Sebastian


More information about the relaxng-user mailing list