December 2002
Intermediate to advanced
576 pages
32h
English
<!— ... —>
You can place comments anywhere in an XML document, except within
element tags or before the initial XML processing instructions.
Comments in an XML document always start with the characters
<!-- and end with the characters
-->. In addition, they may not include double
hyphens within the comment. The contents of the comment are ignored
by the XML processor. For example:
<!-- Sales Figures Start Here -->
<Units>2000</Units>
<Cost>49.95</Cost>
<!-- comments -->Read now
Unlock full access