Re: [xml-dev] The subsetting has begun

From
Karl Waclawek <>
To
Jeff Rafter <>, Dennis Sosnoski <>
Date
2003-02-23T17:58:33Z
ID
<000701c2db65$2e96f4a0$0207a8c0@karl>
Thread
Re: [xml-dev] The subsetting has begun
> In GNU JAXP there is a pipeline interface called ValidationConsumer that
> handles DTD validation layered cleanly on top of SAX. So you can apply the
> best validator to the best parser (assuming you are talking the same
> language). Also, I believe RNG has a layered SAX validator. Maybe this
> wasn't the point... but it is layered. The fundamental checks for
> wellformedness however are not-- but SAX was designed for XML 1.0/1.1 there
> should be no surprise that wellformedness is a must for it.

I don't think complete validation is possible on top of SAX.
AFAIR, there are a few entity related validity constraints that
cannot be checked through SAX.

Karl