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:
will produce a<!-- my comments -->
#COMMENT
pseudo-element with the value
"my comments"
.