Extensible Markup LanguageΒΆ

Filename extension:
 .xml

The Extensible Markup Language (XML) format was developed by the World Wide Web Consortium and is supported by a lot of programming languages. Python offers support for XML via the xml package.

The short introduction of the xml.etree.ElementTree over at Python is well written and recommended as a starting point.