Basic Concepts of XML
What is XML? XML stands for eXtensible Mark up Language. It is classified as an extensible language because it allows its users to define their own tags. XML was developed to provide a universal format for describing structured documents and data. There are no fixed tags for XML. Any user can add his own set of tags. The tags though are similar to HTML, they do differ by the way it is presented. Unlike HTML, which tags elements in Web pages for presentation by a browser, e.g. Oracle , XML tags elements as data, e.g. Oracle . In this example HTML identifies as a command to display the data within as Bold. But in case of XML, the company for instance can be a column name in a database and Oracle is the column value. Why do we use XML? As XML is W3C(World Wide Web Consortium) standard, various software companies have openly accepted and implemented it in their operations. It is a fee-free open standard. It is platform-independent, language-independent, textual data. XML can be used with...