XML::DTD::Comment is a Perl module representing a comment in a comment in a DTD.
SYNOPSIS
use XML::DTD::Comment;
my $cmt = XML::DTD::Comment->new('< !-- A comment -- >');
XML::DTD::Comment is a Perl module representing a comment in a comment in a DTD. The following methods are provided.
new
my $cmt = XML::DTD::Comment->new('< !-- A comment -- >');
Construct a new XML::DTD::Comment object.
writexml
open(FH,'>file.xml');
my $xo = new XML::Output({'fh' => *FH});
$cmt->writexml($xo);
Write an XML representation.
Product's homepage
Requirements:
· Perl