Answer: XML markup has a few disadvantages: It can be verbose unless element and attribute names are chosen with care. In large documents the markup overhead need not be large, but in short messages it can be significantly more than the actual data, especially when the element or attribute names are concocted by machine. Overlapping markup is not permitted (an element cannot start inside one element and end inside another): element markup must nest hierarchically.
Question:
Some Limitation or Disadvantage of XML? Answer:
XML markup has a few disadvantages: It can be verbose unless element and attribute names are chosen with care. In large documents the markup overhead need not be large, but in short messages it can be significantly more than the actual data, especially when the element or attribute names are concocted by machine. Overlapping markup is not permitted (an element cannot start inside one element and end inside another): element markup must nest hierarchically. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.
Answer should be complete in itself.
Related Questions
View Answer
How do I convert my existing HTML documents into XML?