Click to See Complete Forum and Search --> : Uses of XML?


Mothra
January 30th, 2003, 11:22 AM
What exactly are the uses of XML? What can be done with XML that cannot be done with ASP, HTML, or DHTML? I really don't know much about it (obviously).

Sonu Kapoor
February 3rd, 2003, 04:20 AM
Basically XML is like a plain database. It is only made to hold data and nothing more. All data in the XML file will be stored as a text in a structure. So we can say that XML does nothing, its only purpose is to store data.

-Sonu