Slide 9.b: XML (cont.)
Slide 9.d: Why XML? (cont.)
Home

Why XML?


XML Can Separate Data from HTML.
When HTML is used to display data, the data is stored inside your HTML. With XML, data can be stored in separate XML files. This way you can concentrate on using HTML for data layout and display, and be sure that changes in the underlying data will not require any changes to your HTML.

XML Is Used to Exchange Data.
In the real world, computer systems and databases contain data in incompatible formats. One of the most time-consuming challenges for developers has been to exchange data between such systems over the Internet. Converting the data to XML can greatly reduce this complexity and create data that can be read by many different types of applications.

XML and B2B
With XML, financial information can be exchanged over the Internet. XML is going to be the main language for exchanging financial information between businesses over the Internet.

XML Can Be Used to Share Data.
Since XML data is stored in plain text format, XML provides a software- and hardware- independent way of sharing data. This makes it much easier to create data that different applications can work with. It also makes it easier to expand or upgrade a system to new operating systems, servers, applications, and new browsers.

Demonstration