Re: [xml-dev] modeling, validating and documenting an xml grammar

From
Bob Foster <>
To
, 'xml-dev' <>
Date
2003-06-15T00:18:10Z
ID
<19dd01c332d3$9b994fb0$1401a8c0@snobird>
Thread
Re: [xml-dev] modeling, validating and documenting an xml grammar
> > RELAX NG [1]
>
> What about Schematron [2], IMHO the most flexible validation tool?  All
> you need is an XSLT processor like Saxon [3].

Schematron is nice, but it's hard to extract a model from a bunch of
assertions. Schematron in combination with another modeling language, like
RELAX NG, gives the best of both worlds.

Bob Foster