SGML (Standard Generalized Markup Language)
A standardized data markup language. Most commonly used in the form of HTML and XML.
(en.wikipedia.org) Standard Generalized Markup Language - Wikipedia website
ROAM_REFS: https://en.wikipedia.org/wiki/Standard_Generalized_Markup_Language
The Standard Generalized Markup Language (SGML; ISO 8879:1986) is a standard for defining generalized markup languages for documents. ISO 8879 Annex A.1 states that generalized markup is "based on two postulates":
- Declarative: Markup should describe a document's structure and other attributes rather than specify the processing that needs to be performed, because it is less likely to conflict with future developments.
- Rigorous: In order to allow markup to take advantage of the techniques available for processing, markup should rigorously define objects like programs and databases.
DocBook SGML and LinuxDoc are examples which used SGML tools.