[XML-SIG] dumping an XML parser skeleton from DTD input

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri, 9 Mar 2001 22:27:47 +0100


> Excuse me if I'm on crack, but is it possible to dump a DOM (i.e. an
> object tree representation of the XML document) XML parser skeleton
> (preferably in Python, but C++ and Java would be also welcome), using a
> DTD as input?

Hard to say, I don't even understand the question. What is a "DOM XML
parser skeleton"? And how would you like to "dump" it? If you are
asking whether you can convert a DOM tree into an XML document -
certainly, you don't even need a DTD as input.

Regards,
Martin