XML is a markup language for documents containing structured information.
Structured information contains both content (words, pictures, etc.) and some
indication of what role that content plays (for example, content in a section
heading has a different meaning from content in a footnote, which means
something different than content in a figure caption or content in a database
table, etc.). Almost all documents have some structure.
A markup language is a mechanism to identify structures in a document. The
XML specification defines a standard way to add markup to documents.
XML was developed by an
XML Working Group (originally known as the SGML Editorial Review Board) formed
under the auspices of the World Wide Web Consortium (W3C) in 1996. It was
chaired by Jon Bosak of Sun Microsystems with the active participation of an XML
Special Interest Group (previously known as the SGML Working Group) also
organized by the W3C. The membership of the XML Working Group is given in an
appendix. Dan Connolly served as the Working Group's contact with the W3C.
The design goals for XML are:
-
XML shall be straightforwardly
usable over the Internet.
-
XML shall support a wide variety of
applications.
-
XML shall be compatible with SGML.
-
It shall be easy to write programs
which process XML documents.
-
The number of optional features in
XML is to be kept to the absolute minimum, ideally zero.
-
XML documents should be
human-legible and reasonably clear.
-
The XML design should be prepared
quickly.
-
The design of XML shall be formal
and concise.
-
XML documents shall be easy to
create.
-
Terseness in XML markup is of
minimal importance.