ASK NEW QUESTION

Home Page » XML Rules » How can you use XML?
Votes
Vote Con!

How can you use XML?

Use XMLxml

I would also like it if you could explain to be on how to use XML?

0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

By jaffa_cake in XML Rules · Asked 264 days 20 hours 47 mins ago

Questions: 2 Accepted: 0 ( 0% ) | Reputation: 0

 

Answers (1)

  1. 0 votes

    XML can store data separately from HTML.
    XML can be used to store data inside the HTML documents.
    XML can be used as a format for exchanging information.
    XML can be used to store data in files and databases.

    The HTML pages are used to display data. The data are sometimes stored in the interior of HTML pages. Using XML, you can store data in a separated file. This way, you can easily concentrate on using HTML for formatting and displaying, and you can also be certain that the modifications won’t bring any modifications to any HTML code.
    XML can also store data inside the HTML documents. The XML data will store data in HTML documents as “data islands.” You can concentrate on HTML to format and display data.

    In the real world, the calculation systems and the databases are containing data in incompatible formats. One of the most soliciting provocations for developers was exchanging data between incompatible systems over the internet. Converting XML data can reduce the complexity, and it can also create data that are easy to read by any kind of application.
    XML can be used to store data in files or databases. You can write applications to store and recover information from the hard disks, and you can write generic application to display certain types of data.

    By admin · 264 days 20 hours 46 mins ago

    Questions: 7 Accepted: 0 ( 0% ) | Reputation: 0

Your Answer

© XML Objective 2011 | Design by an SEO Preston Company | All rights reserved.