>>34
noise is not the same as readability
closing tags are only useful if they're really far apart, as in text markup. XML is rarely used for text markup. Usually the tags end very close to where they begin.
In the case that they are far apart, comments can be used. Forcing comments is a bad idea.
Indentation is more important anyway. It gets the same thing across without adding noise.