Represents a COMMENT node in the XML document.

If enabled, #COMMENT pseudo-elements may appear as children of any normal XML elements as well as within the pseudo-element #DOCUMENT.

Value:

Content of the comment.

Example:

The following comments in an XML file:

<!-- my comments -->
will produce a #COMMENT pseudo-element with the value "my comments".