All,
How can I achieve a multi line commenting in XML.
I am aware in XML single line comments start with,
<!-- my comments -->
I want to know how to achieve a multi line comments
<!-- first line comment
second line comment
Third line comment
-->.
Thanks