dummy_foundation/lib/XML/DOM/Comment.pod
changeset 0 02cd6b52f378
equal deleted inserted replaced
-1:000000000000 0:02cd6b52f378
       
     1 =head1 NAME
       
     2 
       
     3 XML::DOM::Comment - An XML comment in XML::DOM
       
     4 
       
     5 =head1 DESCRIPTION
       
     6 
       
     7 XML::DOM::Comment extends L<XML::DOM::CharacterData> which extends 
       
     8 L<XML::DOM::Node>.
       
     9 
       
    10 This node represents the content of a comment, i.e., all the characters
       
    11 between the starting '<!--' and ending '-->'. Note that this is the
       
    12 definition of a comment in XML, and, in practice, HTML, although some
       
    13 HTML tools may implement the full SGML comment structure.
       
    14