A comment is used to leave a note or to temporarily edit out a portion of XML code. To add a comment to XML, use <!-- and --> to escape them.
<window> <!-- this is a comment and ignored by ZK --> </window>