Computer Science, asked by evanshi2004, 5 hours ago

what are the limitations of placing comments in an XML document​

Answers

Answered by hansikarai08
2

Answer:

Some constrains govern where comments may be placed with an XML file.

  • Comments may not appear before the XML Declaration.
  • Comments must not appear within an Element Tag.
  • Comments must not appear within Attribute values.
  • Comments within CDATA are not processed.
  • Comments may not contain the sequence --
Answered by mrpranabsaikia
0

Answer:

Limitation of XML comments is that it cannot be placed at the top of the XML document or embedded within the tags.

Similar questions