From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Data::Stag::DTDWriter - DTD Writer

SYNOPSIS

my $p = Data::Stag->parser;
$p->handler('dtd');
$p->parse($file);

DESCRIPTION

PUBLIC METHODS -