Re: embedded Schematron rules within RELAX NG schemas

Sebastian Rahtz <[email protected]> Sun, 14 Mar 2004 06:47:56 -0500
Newsgroups gmane.text.xml.relaxng.general
Message-ID <[email protected]>
[email protected] 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