XML is designed to store, transport and exchange data. XML is not designed to display data.
XML separates HTML from data By using XML, your data can be stored outside of HTML.
When we use HTML to display data, the data is stored in HTML. By using XML, data can be stored in separate XML files. By doing this, you can focus on using HTML for data layout and display, and ensure that changes to the underlying data do not involve changes to the HTML.
XML data can also be stored inside HTML pages as data islands. You can still focus on formatting and displaying your data using HTML.
XML is used to exchange data. By using XML, data can be exchanged between incompatible systems.
In the real world, computer systems anddatabases
hold data in mutually incompatible formats. One of the most time-consuming challenges for developers has always been exchanging data between systems on the Internet.
By converting data to XML, you can greatly reduce this complexity and create data that can be read by many different types of applications. Website Building Academy
XML and B2B
By using XML, financial information can be exchanged over the Internet.
In the near future, it is expected that there will be many applications for XML and B2B.
XML will become the most important language for exchanging financial information between enterprises.
XML can be used to share data By using XML, plain text files can be used to share data.
Since
XML data is stored in plain text format, XML provides a data sharing solution that is independent of software and hardware.
This makes it easier for different applications to create data. It also makes it easier to extend or update a system with new operating systems, servers, applications, and browsers.
XML can be used to store data By using XML, plain text files can be used to store data.
XML can also be used to store data in files or databases. Applications can be written to store information from the data warehouse, and ordinary applications can be used to display the data.
XML makes your data more useful By using XML, your data is available to more users.
Because XML is independent of hardware, software, and applications, we can apply our data to more applications than just HTML browsers.
Other clients and applications can access the XML file as a data source, just like they are accessing a database. Your data can be used by various "reading machines" (agents), and XML allows your data to serve the blind or people with other physical disabilities.
XML can be used to create new languages. XML is the mother of WAP and WML.
Wireless Markup Language (WML), (used to markup Internet applications for handheld devices), is written in XML.
If developers are rational, let future applications use XML to exchange data.
In the future, there may be word processors, spreadsheet programs, and databases that can read each other's data in plain text format without the need for any conversion programs.
All we can do now is hope that Microsoft and all other software developers get on the same page.