What is XML?

An example of an XML file:

<?XML version="1.0"?> <ARTICLE>
<TITLE>The XML Files</TITLE>
<AUTHOR><LNAME>Dougherty</LNAME>
<FNAME>Dale</FNAME>
<EMAIL>dale@songline.com</EMAIL>
</AUTHOR>
<DATAPUB>97-05-16</DATEPUB>
<DESCRIPTION>
XML is the Extensible Markup Language. Instead of a fixed tagset such as HTML, XML documents can define their own tagsets for use in structuring content in Web documents.
</DESCRIPTION>
</ARTICLE>

Basic features: