How is comments written in an XML document?

Questions by blenda   answers by blenda

Showing Answers 1 - 3 of 3 Answers

NovyGill

  • Mar 27th, 2007
 

XML comments look just like HTML comments:

<message to="you@yourAddress.com" from="me@myAddress.com" 
    subject="XML Is Really Cool">
  <!-- This is a comment -->
  <text>
    How many ways is XML cool? Let me count the ways...
  </text>
</message>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions