View Single Post
  #602  
Unread 01-26-2005, 01:43 PM
Voik Voik is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Innothule
Posts: 8
Default XML Comments

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