SGML::DTDParse::DTD - Parse an SGML or XML DTD.


SGML-DTDParse documentation  | view source Contained in the SGML-DTDParse distribution.

Index


NAME

Top

SGML::DTDParse::DTD - Parse an SGML or XML DTD.

SYNOPSIS

Top

  use SGML::DTDParse::DTD;

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

DESCRIPTION

Top

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

CONSTRUCTOR METHODS

Top

TODO.

METHODS

Top

TODO.

SEE ALSO

Top

dtdparse (dtdparse)

See SGML::DTDParse for an overview of the DTDParse package.

PREREQUISITES

Top

Text::DelimMatch

AVAILABILITY

Top

<http://dtdparse.sourceforge.net/>

AUTHORS

Top

Originally developed by Norman Walsh, <ndw@nwalsh.com>.

Earl Hood <earl@earlhood.com> picked up support and maintenance.

COPYRIGHT AND LICENSE

Top


SGML-DTDParse documentation  | view source Contained in the SGML-DTDParse distribution.