What is XML?
Posted on November 20th, 2008, by Manoj Shah
• XML stands for EXtensible Markup Language
• XML is a markup language much like HTML.
• XML was designed to describe data.
• XML tags are not predefined in XML. You must define your own tags.
• XML is self describing.
• XML uses a DTD (Document Type Definition) to formally describe the data.
Tags: The main difference between XML and HTML, What is XML?, What you should already know, XML can also store data inside HTML documents, XML can be used to exchange data, XML can be used to store data, XML can keep data separated from your HTML, XML is a complement to HTML


Category: