![]() |
![]()
| ![]() |
![]()
NAMESGML::DTDParse::DTD - Parse an SGML or XML DTD. SYNOPSISuse SGML::DTDParse::DTD; $dtd = SGML::DTDParse::DTD->new( %options ); $dtd->parse($dtd_file); $dtd->xml($file_handle); DESCRIPTIONSGML::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 METHODSTODO. METHODSTODO. SEE ALSOdtdparse See SGML::DTDParse for an overview of the DTDParse package. PREREQUISITESText::DelimMatch AVAILABILITY<http://dtdparse.sourceforge.net/> AUTHORSOriginally developed by Norman Walsh, <ndw@nwalsh.com>. Earl Hood <earl@earlhood.com> picked up support and maintenance. COPYRIGHT AND LICENSESee SGML::DTDParse for copyright and license information.
|