=head1 NAMEXML::DOM::Comment - An XML comment in XML::DOM=head1 DESCRIPTIONXML::DOM::Comment extends L<XML::DOM::CharacterData> which extends L<XML::DOM::Node>.This node represents the content of a comment, i.e., all the charactersbetween the starting '<!--' and ending '-->'. Note that this is thedefinition of a comment in XML, and, in practice, HTML, although someHTML tools may implement the full SGML comment structure.