anonymous
2008-04-24 23:53:56 UTC
Greetings All,
Is there a SGML tool where I might input a specific DTD and generate a
skeleton program which parses the specific DTD? Are shift and reduce
valid concepts for SGML parsing? My experience is with BNF and
Compiler-Compiler type tools (e.g. GOLD Parsing System
http://www.devincook.com/goldparser/). If the generated program was
fed input with a DOCTYPE it didn't recognize, I would expect the
program to exit.
TIA, Charlie
Is there a SGML tool where I might input a specific DTD and generate a
skeleton program which parses the specific DTD? Are shift and reduce
valid concepts for SGML parsing? My experience is with BNF and
Compiler-Compiler type tools (e.g. GOLD Parsing System
http://www.devincook.com/goldparser/). If the generated program was
fed input with a DOCTYPE it didn't recognize, I would expect the
program to exit.
TIA, Charlie