Results 1 to 1 of 1

Thread: XML markup Disadvantages

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default XML markup Disadvantages

    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.

    Most applications require the document to be loaded to memory in its entirety before it can be parsed and processed. This can become a problem for truly huge documents (larger than the addressable memory of a computer system). Arguably, XML is the perhaps wrong tool to use for files this size, but there are streaming systems which will enable them to be processed.

    Some of the software is truly mediocre.





    Keywords:XML markup Disadvantages,XML markup, disadvantages,verbose, element , attribute ,documents , markup ,element , attribute , machine, memory , computer system, Arguably, XML, tool ,streaming systems ,software ,mediocre.
    Last edited by sherlyk; 09-24-2011 at 07:37 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •