SGML, aka Standard Generalized Markup Language, is a text markup language created in 1986.
#803on PLDB | 38Years Old |
The Standard Generalized Markup Language (SGML; ISO 8879:1986) is a standard for defining generalized markup languages for documents. ISO 8879 Annex A.1 defines generalized markup: Generalized markup is based on two postulates: Markup should be declarative: it should describe a document's structure and other attributes, rather than specify the processing to be performed on it. Declarative markup is less likely to conflict with unforeseen future processing needs and techniques. Read more on Wikipedia...
<lines>
<line>first line</line>
<line>second line</line>
</lines>