Showing posts with label comments. Show all posts
Showing posts with label comments. Show all posts

Sunday, October 22, 2006

Comments

Comments in XML is written in the same way as in HTML.

You can not put a comment inside a tag likewise the XML declaration always have to be the first line in the document so you can not put a comment there.

A comment can be used to comment out blocks of tags, but you have to ensure that the XML is still well-formed.

<!-- This is a comment -->