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

Gavin Thomas Nicol gtn@ebt.com
Fri, 9 Mar 2001 19:23:05 -0500


> Hard to say, I don't even understand the question. What is a "DOM XML
> parser skeleton"? 

I'm not aware of anyone that has code... it probably exists
somewhere though.

Should be pretty trivial though. Take the DTD, compile it into
a state machine, and then split the state machine back out in
code.