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.