Saturday 16 February 2013

History Of XML



XML was developed  to overcome the shortcomings of its two predecessors, HTML  and SGML which were both very successful markup languages, but which were both restricted in certain ways.



SGML, the international standard for marking up data, has been used since the 1980's. SGML is an extremely powerful and extensible tool for semantic markup which is particularly useful for cataloging and indexing data. Like XML, SGML can be used to create an infinite number of markup languages and has a host of other resources as well. However, SGML is complex, especially for the everyday uses of the web. Moreover, SGML is expensive. Adding SGML capability to a word processor could double or triple the price. Finally, the commercial browsers do not intend to ever support SGML.

HTML on the other hand was free, simple and widely supported. HTML was originally designed to provide a very simple version of SGML which could be used by regular people. However, HTML had serious defects.

XML So in 1996, discussions began which focused on how to define a markup language with the power and extensibility of SGML but with the simplicity of HTML. The World Wide Web Consortium (W3C) decided to sponsor a group of SGML gurus including Jon Bosak from Sun. Essentially, Bosak and his team did to SGML what the Java team had done to C++. All of the non-essential, unused, cryptic parts of SGML were sliced away. What remained was a lean, mean marking up machine: XML. The specification of XML (written mostly by Tim Bray and C.M. Sperberg-McQueen) was only 26 pages as opposed to the 500+ pages of the SGML specification! Nevertheless, all the useful things which could be done by SGML, could also be done with XML.

XML

Over the next few years, XML evolved, drawing from the work of its sponsors and the work of developers solving similar problems such as Peter Murray-Rust who had been working on CML (Chemical Markup Language) and the consortium of folks working on MathML. By mid 1997 The eXtensible Linking Language XLL project was underway and by the summer of 1997, Microsoft had launched the Channel Definition Format (CDF) as one of the first real-world applications of XML.

Finally, in 1998, the W3C approved Version 1.0 of the XML specification and a new language was born.

No comments:

Post a Comment