Re: embedded Schematron rules within RELAX NG schemas

Dave Pawson <[email protected]> Sun, 14 Mar 2004 06:54:13 +0000
Newsgroups gmane.text.xml.relaxng.general
Message-ID <[email protected]>
At 16:08 11/03/2004, [email protected] wrote:
>Hello all,
>
>is there anybody who runs a (Java based) RELAX NG validator which
>understands embedded Schematron rules

If I understand it right, its a two step process.
1. Validate the instance against the schema,
2. Pull the schematron rules out of the file and run schematron
    against those.

I.e. its not a single pass.

regards DaveP