Skip to content
GigAI Tools
Definition

What is XML?

A plain-English definition, and the tools that work with it.

Definition

XML (eXtensible Markup Language) is a text format that stores data in nested, custom tags, like HTML but for arbitrary data rather than web pages. It's used for configuration, data exchange, sitemaps and document formats, prized for being both human-readable and strictly structured.

  • XML is verbose but self-describing: every value sits inside a named tag, so the structure is explicit.
  • It's stricter than HTML: every tag must be closed and properly nested, or a parser rejects it.
  • JSON has largely replaced XML for web APIs, but XML is still everywhere in sitemaps, office documents and enterprise systems.

Frequently asked questions

Try XML Formatter

Free, private and instant. Everything runs in your browser.