Extensible Markup Language (XML) describes a class of data objects called XML documents that are stored on computers, and partially describes the behavior of programs that process these objects. XML became a W3C Recommendation on February 10, 1998.
XML background
XML is an application profile, or restricted form, of Standard Generalized Markup Language (SGML). The goal of XML is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML has been designed for ease of implementation and for interoperability with both SGML and HTML (Parziale, et al. 2006).
XML and HTML were designed with different goals (W3Schools):
 |
XML was designed to transport and store data, with focus on what data is |
 |
HTML was designed to display data, with focus on how data looks |
HTML is about displaying information, while XML is about carrying information.
A lot of new Internet languages are created with XML. Here are some examples (W3Schools):
 |
XHTML: Extensible Hyper Text Markup Language. |