Thursday, November 19, 2009

XML & Advantages

Extensible Markup Language often refferred as XML is gaining popularity with each passing day and most applicaitons are switching from traditional approaches to XML based approach and all new applications deals with XML .


Advantages of XML are as follows :

  1. It is Platform independent.
  2. It is easily manageable .
  3. It is in the form understandable by humans.
  4. Itis easy to create and alter , it can be done using a normal note pad.
  5. XML when viewed in browsers , shows a hierarchial structure and its node can be expanded as well as collapsed.
  6. XML when viewed in Microsoft Excel is displayed in a tabular form.
  7. XML is highly portable .
  8. We can create our own tags at any level in the XML file.
  9. Its very effective for faster network transmissions.
  10. XML has become the almost universally supported way of exchanging documents and data across applications and platforms.

List of applicaitons which can open a XML file:

  1. Notepad
  2. Wordpad
  3. Almost all browsers
  4. Microsoft Excel
  5. Almost all IDE's which are meant for coding

How to Open an XML file using Microsoft Excel :

  1. Right click a XML file
  2. Select the option "Open with " and choose Microsoft Excel
  3. Select the appropriate option , if not sure of the appropriate option select as a XML table.
  4. XML file will be in the tabular form.