XML Comments Summary
- XML has built-in support for comments
- XML comment may appear anywhere in the code
- Comments are ignored by XML processors
- XML comments cannot be placed before an XML declaration
- Nested comments in XML are not allowed
- A comment is intended for humans only and is ignored by XML processors