FreeBSD Manual Pages
Dtd2DocBook(3) User Contributed Perl Documentation Dtd2DocBook(3) NAME XML::Handler::Dtd2DocBook - SAX2 handler for generate a DocBook documentation from a DTD SYNOPSIS use XML::SAX::Expat; use XML::Handler::Dtd2DocBook; $handler = new XML::Handler::Dtd2DocBook; $parser = new XML::SAX::Expat(Handler => $handler); $parser->set_feature("http://xml.org/sax/features/external-general-entities", 1); $doc = $parser->parse( [OPTIONS] ); $doc->GenerateDocBook( [PARAMS] ); 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 dtd2db.pl COPYRIGHT (c) 2003 Francois PERRAD, France. All rights reserved. This program is distributed under the Artistic License. perl v5.32.0 2003-11-10 Dtd2DocBook(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | SEE ALSO | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=XML::Handler::Dtd2DocBook&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>