SGML::DTDParse::DTD(3) Parse an SGML or XML DTD.

SYNOPSIS


use SGML::DTDParse::DTD;
$dtd = SGML::DTDParse::DTD->new( %options );
$dtd->parse($dtd_file);
$dtd->xml($file_handle);

DESCRIPTION

SGML::DTDParse::DTD is the main module for parsing a DTD. Normally, this module is not used directly with the program dtdparse being the prefered usage model for parsing a DTD.

CONSTRUCTOR METHODS

TODO.

METHODS

TODO.

PREREQUISITES

Text::DelimMatch

AUTHORS

Originally developed by Norman Walsh, <[email protected]>.

Earl Hood <[email protected]> picked up support and maintenance.

COPYRIGHT AND LICENSE

See SGML::DTDParse for copyright and license information.