Quote:
|
Originally Posted by Quib
I haven't found anyway to add comments to EQ2 UI XML... my "GUESS" would be <!-- comment goes here --> like with EQ1 UI XML but I haven't tested that. I've just been using your comments "system" for notes (like 1Location="" and CreatedBy="").
Quib
|
The XML standard for comments is as you've shown above:
<!-- comment goes here -->
This is built into XML, so any standard XML reader will "ignore" these as comments.
Hope this helps,
Voik