Parse an sgml or xml dtd.
use SGML::DTDParse::DTD; $dtd = SGML::DTDParse::DTD->new( %options ); $dtd->parse($dtd_file); $dtd->xml($file_handle);
SGML::DTDParse::DTD is the main module for parsing a \s-1DTD\s0. Normally, this module is not used directly with the program dtdparse being the prefered usage model for parsing a \s-1DTD\s0.
\s-1TODO\s0.
\s-1TODO\s0.
dtdparse
See SGML::DTDParse for an overview of the DTDParse package.
Text::DelimMatch
<http://dtdparse.sourceforge.net/>
Originally developed by Norman Walsh, <[email protected]>.
Earl Hood <[email protected]> picked up support and maintenance.
See SGML::DTDParse for copyright and license information.