ISO 8879



         


The Standard Generalized Markup Language (SGML) is a metalanguage in which one can define markup languages for documents. SGML is a descendant of IBM's Generalized Markup Language (GML), developed in the 1960s by Charles Goldfarb, Edward Mosher and Raymond Lorie (whose surname initials also happen to be GML). SGML should not be confused with the machine-readable documents in large projects in government and the aerospace industry, which have to remain readable for several decades—a very long time in information technology. It has also been used extensively in the printing and publishing industries, but its complexity has prevented its widespread application for small-scale general-purpose use.

SGML syntax example:

<QUOTE TYPE="example"> typically something like <ITALICS>this</ITALICS> </QUOTE>

SGML is an ISO standard: "ISO 8879:1986 Information processing—Text and office systems—Standard Generalized Markup Language (SGML)"

HTML and XML are both derived from SGML. While HTML is an application of SGML, XML is a profile—a specific subset of SGML, designed to be simpler to parse and process than full SGML.

XML is an attempt to simplify SGML for general-purpose applications, such as the Semantic Web. XML has been used for a large number of applications, including notably XHTML, RSS, XML-RPC and SOAP.

See also: AAP DTD, Document Type Definition

[Top]




  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License