Re: [xml-dev] How to read a DTD file?

From
J.Pietschmann <>
To
ajay somani <>
Date
2002-08-23T22:18:24Z
ID
<>
Thread
Re: [xml-dev] How to read a DTD file?
ajay somani wrote:
> Hi All,
> How can I read a DTD file and interpret its contents automatically? Is 
> there any tool or program or software that does that?
> 
Basically every XML parser reads and more or less
interprets a DTD automatically. If you want to
do something with a DTD youself, like converting
it to something else or analyze it, you can use
Xerces' advanced XNI interfeace. Look at cyberneko
  http://www.apache.org/~andyc/neko/doc/index.html
for a sample.

J.Pietschmann