I have a topic that is getting a bit long and I want to add each section header in as a comment so I can find things quicker in the code when I need to tweak it there. I used standard HTML/XML commenting format and Flare is yelling at me that my format isn't correct when I use:
Code: Select all
<!-------------------Initializing Enterprise Settings------------------->
It says, "... an XML comment cannot contain '--' , and '-' cannot be the last character." However, I somehow stumbled on the fact that if I use 3 hyphens at the start and 2 hyphens at the end, it takes the comment. Even 3 at the end and it complains.
Code: Select all
<!---Initializing Enterprise Settings-->
Any ideas why?
Thanks,
Robin