Comment by odie5533

12 hours ago

Is XML a markup language? Because it was often used for not that too.

But XML was designed as a markup language. That is was often used for configuration is not its fault. (And it works much better for its original purpose, where the otherwise strange distinction between attributes and child nodes actually makes sense.)

MAML seems to be designed as a configuration language, but calls itself a markup language. (YAML did too, but they changed it at some point.)

> Is XML a markup language?

Yes, the hint is in the name:

  Extensible Markup Language (XML)[0]

0 - https://en.wikipedia.org/wiki/XML

  • > Yes, the hint is in the name: > Extensible Markup Language

    Thats not an helpful answer when the reason for this discussion is whether MAML, another document format with the term “Markup Language” in its name, is also a markup language. ;)