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:
The following comments in an XML file:
<!-- my comments -->
#COMMENT pseudo-element with the value "my comments".