Quote:
Originally Posted by Taylor31
Hello
What exactly XML stands for, and what are the actual benefits to it? As I've heard plenty of things about it, but had never checked it really. I am just curious to know its benefits.
|
XML is a markup language where everything must be marked up correctly, which results in "well-formed" documents.
XML is designed to describe data
Today's market consists of different browser technologies, some browsers run on computers, and some browsers run on mobile phones or other small devices. The last-mentioned do not have the resources or power to interpret a "bad" markup language.
Therefore - by combining the strengths of HTML and XML, W3C recommended a markup language that is useful now and in the future - XHTML.