buildFile comments

Don’t used comments so far, but I am asking is VASSAL supports comment rows in its buildFile xml, like:

<!-- comment -->

or

[code][code]
Thx for answers in advance.

I want to comment my source file for the next release changes.

Thus spake legitimista:

Don’t used comments so far, but I am asking is VASSAL supports comment
rows in its buildFile xml, like:

Code:

or

[code][code]
Thx for answers in advance.

I want to comment my source file for the next release changes.

If Java’s SAX parser handles comments—which it should—then comments
should work.


J.