[
Lists Home |
Date Index |
Thread Index
]
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
|