[Previous] [Contents] [Next]

Comments


Comments are descriptions embedded in an XML document to provide additional information about the document. Comments in XML use the same syntax as HTML comments and are formatted so that they are ignored by the application processing the document, as shown here:


  <!-- Comment text -->


[Previous] [Contents] [Next]