XML::DTD::Comment

Perl module representing a comment in a comment in a DTD
Download

XML::DTD::Comment Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Brendt Wohlberg
  • Publisher web site:
  • http://search.cpan.org/~wohl/XML-DTD-0.03/lib/XML/Output.pm

XML::DTD::Comment Tags


XML::DTD::Comment Description

Perl module representing a comment in a comment in a DTD 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. Requirements: · Perl


XML::DTD::Comment Related Software