How can you use XML?
I would also like it if you could explain to be on how to use XML?
By jaffa_cake in XML Rules · Asked 264 days 20 hours 47 mins ago
Questions: 2 Accepted: 0 ( 0% ) | Reputation: 0
Possibly related Questions
-
How Can You Create An XML Document using PHP?
May 18, 2011 By Richard Snapos 1 Answer
-
Extending a Form
May 18, 2011 By Tom Walker 1 Answer
-
How Can You Test A New Metadata Structure?
May 18, 2011 By Jake Custard 1 Answer
-
What Is The Connection Between Ajax and XML?
May 10, 2011 By adamjsnape 2 Answers
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