[XML-SIG] DTD processing

Pavel Velikhov pvelikho@cs.ucsd.edu
Mon, 29 Jun 1998 21:10:15 -0700 (PDT)


I have a question about DTDs and Python XML developments : I am working on an
XML application that needs to browse and create DTDs for documents. As far
as I understand SAX and DOM interfaces don't offer any DTD manipulation capabilities,
so I will have to build some things on my own. So the question is - is there a
way to build my own DTD manipulation module and reuse some of the code developed for
the Python XML parser? (I want to avoid going to yacc at least).

Thank you
Pavel Velikhov
pvelikho@cs.ucsd.edu