05.19.08
Advantages of XML
These days many people are talking more about XML and using XML in their softwares. XML is readable and easy to understand by anyone. XML is like a text file. It can be ported to any language and OS. Any application can read the data easily from a XML file. You can define your Tags in XML. You will not be restricted to any coding standards when you are using XML. But the problem is that you need to write your own parser to read your XML file.