PDA

View Full Version : Comments on XML



Cantstanzya
April 6th, 2005, 15:44
I would like to add comments in the charactersheet.xml file so that I can keep track of what I am doing and also to assist anyone that uses this character sheet in the future. What is the proper way to do this in xml? I have noticed that I can just add random lines and FG just ignores it. Is there characters I should put before my comments like the "/" character?

Bagpuss2
April 6th, 2005, 23:10
Comments should be contained like soo.


<!-- Your comment here -->

or

<!---
All
this
text
is
a
comment
-->

Cantstanzya
April 7th, 2005, 05:49
Thanks Bagpuss2!