"The DTD class implements the DocumentType interface as defined by the Document
Object Model (DOM).
The DTD defines the document class (type) and indicates where to find its
syntactic grammar definition. "
See also the XJParse sample, particularly using the -dtd option.
dwh
--- in re ---
> 1. Can someone please point me to a XML DTD parser?
>
> 2. In my application I want to be able to open an instance of
> the document's DTD independently so that I can query it.
> [...etc...]