1 | XML = eXtensible Markup Language |
2 | XML is a subset of SGML -- Standard Generalized Markup Language, but unlike the latter, XML is specifically designed for the web |
3 | XML is used to define logical document structure |
4 | XML is not backward compatible with HTML, but the two coexist quite elegantly |
5 | XML can be thought of as an ASCII version of a database |
6 | XML can be used as an object IDL to access databases or any objects and so give web HTML templates to access web-linked databases / backend services |
7 | XML can be used as inter object data (serialization) format for any object model |
8 | XHTML is HTML4 written in XML syntax |