Quote Originally Posted by ssarkar
Yes html is main and most popular website development language, but what is XML doing? It is also becoming popular nowadays, but what is its' purpose.
1- XML stands for EXtensible Markup Language
2- XML is a markup language much like HTML
3- XML was designed to carry data, not to display data
4- XML tags are not predefined. You must define your own tags
5- XML is designed to be self-descriptive
6- XML is a W3C Recommendation
Thanks.