Screens, Research and Hypertext

Powered by 🌱Roam Garden

On XML

XML is short for eXtensible Markup Language. It operates as a way of both storing information and describing the structure of that information.

If you're reading this, the chances are you're already familiar with some types of markup languages—HTML, for instance. Or maybe Markdown.

But unlike other markup languages, XML has no predefined tags. Each implementation of XML defines its own tags. That's the eXtensible part of XML. But that's not to say you can just make up any old thing—XML does provide some structure for defining a set tags. Here's Kevin Howard Goldberg:

[XML] is a set of rules for defining custom-built markup languages. The XML specification enables people to define their own markup language. Then they, or others, can create XML documents using that markup language.

The main advantage of XML is that the tags can convey semantic meaning about the information inside them. Indeed, XML is the recommended way of expressing the subject-predicate-object items held inside triple store (or RDF) databases.