|
|
Q5221 How do I do comments in XML?
irt.org | Knowledge Base | XML | Q5221 [ previous next ] Q5221 How do I do comments in XML?Comments in XML are done in the sammer manner as HTML comments. An example of a comment:
Comments may appear anywhere in a document. For compatibility, the string "--" (double-hyphen) must not appear within comments. |
-- div -->
|