8.6.2.9 Comment Objects
Comment represents a comment in the XML document. It is a
subclass of Node, but cannot have child nodes.
- data
-
The content of the comment as a string. The attribute contains all
characters between the leading
<!-
-
and trailing
-
->
, but does not include them.
Release 2.5.2, documentation updated on 21st February, 2008.
See About this document... for information on suggesting changes.