You can add comments in your XML documents. As long as the comment in not interfering with the structure of the XML, you can add it everywhere in the XML. This means that after the comment is entered in the XML the document will still be well formatted.
<!-- This is how a XML comment looks --> |