XML stands for EXtensible Markup Language, which became a W3C
Recommendation on 10. February 1998.
XML is a markup language which is like HTML. XML and HTML both use tags. But there are some differences between them :
1) HTML was designed for how to display data. And XML was designed for how to store data.
2) HTML tags are predefined (for example "<p>", "<table>", etc.). But XML tags are not predefined. You must define your own tags
XML can be used to simplify data storage and sharing. With XML, data is separated from HTML. So you can create HTML layouts for displaying data. When the data changes, you don't have to recreate your HTML file. With XML, data can also be easily exchanged between computer and database systems, even they are incompatible in any other ways. Because XML data is stored in text format, this makes it easier to export data from a system to an XML file, and then import it into another system. Before we have XML, the task of exchanging data between incompatible systems was not easier and complicated due to the different data formats. Now XML greatly reduces this complexity, and we can be easily expand or upgrade our operating systems and applications without losing data.
XML is a markup language which is like HTML. XML and HTML both use tags. But there are some differences between them :
1) HTML was designed for how to display data. And XML was designed for how to store data.
2) HTML tags are predefined (for example "<p>", "<table>", etc.). But XML tags are not predefined. You must define your own tags
XML can be used to simplify data storage and sharing. With XML, data is separated from HTML. So you can create HTML layouts for displaying data. When the data changes, you don't have to recreate your HTML file. With XML, data can also be easily exchanged between computer and database systems, even they are incompatible in any other ways. Because XML data is stored in text format, this makes it easier to export data from a system to an XML file, and then import it into another system. Before we have XML, the task of exchanging data between incompatible systems was not easier and complicated due to the different data formats. Now XML greatly reduces this complexity, and we can be easily expand or upgrade our operating systems and applications without losing data.
No comments:
Post a Comment