NAME
XML::Handler::Dtd2Html - PerlSAX handler for generate a HTML documentation from a DTD
SYNOPSIS
use XML::Parser::PerlSAX;
use XML::Handler::Dtd2Html;
$my_handler = new XML::Handler::Dtd2Html;
$my_parser = new XML::Parser::PerlSAX(Handler => $my_handler, ParseParamEnt => 1);
$result = $my_parser->parse( [OPTIONS] );
$result->generateHTML($outfile, $frameset, $title);
DESCRIPTION
All comments before a declaration are captured.
All entity references inside attribute values are expanded.
AUTHOR
Francois Perrad, francois.perrad@gadz.org
SEE ALSO
PerlSAX.pod(3)
Extensible Markup Language (XML) <http://www.w3c.org/TR/REC-xml>
COPYRIGHT
This program is distributed under the Artistic License.