20. XML Comments

Comments can be used within XML documents.

Example 20.1 Comment XML Syntax
	
<rootelement>
	<!--This is an XML comment -->
</rootelement>