Re: [xml-dev] DTD problem

From
David Brownell <>
To
Paul Johnston <>
Date
2001-12-18T04:11:36Z
ID
<009a01c1877a$163ad9c0$>
Thread
Re: [xml-dev] DTD problem
Actually DeclHandler is a SAX2 class, not a JAXP class.

Any layered SAX2 validator will parse those strings, like

http://www.gnu.org/software/classpathx/jaxp/apidoc/gnu/xml/pipeline/ValidationConsumer.html

- Dave