![]() |
![]()
| ![]() |
![]()
NAMERevML::Doctype - A subclass of XML::Doctype SYNOPSISuse RevML::Doctype ; ## To use the highest RevML::Doctype module (e.g. RevML::Doctype::v0_22) $rmldt = RevML::Doctype->new ; ## To parse a .dtd file: $rmldt = RevML::Doctype->new( 'revml.dtd' ); $rmldt = RevML::Doctype->new( DTD_FILE => 'revml.dtd' ); ## To load a preparsed .pm file $rmldt = RevML::Doctype->new( 1.1 ) ; $rmldt = RevML::Doctype->new( VERSION => 1.1 ) ; DESCRIPTIONMETHODS
SUBCLASSINGThis class uses the fields pragma, so you'll need to use base and possibly fields in any subclasses. COPYRIGHTCopyright 2000, Perforce Software, Inc. All Rights Reserved. This module and the VCP package are licensed according to the terms given in the file LICENSE accompanying this distribution, a copy of which is included in vcp. AUTHORBarrie Slaymaker <barries@slaysys.com> POD ERRORSHey! The above document had some coding errors, which are explained below:
|