Comments can appear anywhere in a document outside other markup. They can also appear within the document type declaration in specific locations defined by the XML specification.
Comments begin with <!-- and
end with -->. You cannot use
the string -- (a double hyphen)
in a comment, and parameter entity references are not recognized
in comments.
<!-- this is a comment -->