SGML
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
(Added sample files) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
'''SGML''' (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Document Type Definitions ([[DTD]]s) to define the specifics of a particular markup format. [[HTML]] was originally developed as a version of SGML, but has drifted away from this and the current HTML 5 is explicitly no longer based on SGML. [[XML]] is a somewhat simplified variant of SGML. | '''SGML''' (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Document Type Definitions ([[DTD]]s) to define the specifics of a particular markup format. [[HTML]] was originally developed as a version of SGML, but has drifted away from this and the current HTML 5 is explicitly no longer based on SGML. [[XML]] is a somewhat simplified variant of SGML. | ||
| − | == | + | == See also == |
| + | * [[DSSSL]] | ||
| + | * [[DTD]] | ||
| + | * [[HTML]] | ||
| + | * [[XML]] | ||
| + | == Specifications == | ||
* [http://www.iso.org/iso/catalogue_detail?csnumber=16387 ISO 8879] | * [http://www.iso.org/iso/catalogue_detail?csnumber=16387 ISO 8879] | ||
| − | == | + | == Sample files == |
| + | * {{DexvertSamples|text/sgml}} | ||
| + | == External links == | ||
* [[Wikipedia:Standard Generalized Markup Language|Wikipedia article]] | * [[Wikipedia:Standard Generalized Markup Language|Wikipedia article]] | ||
* [http://www.w3.org/MarkUp/SGML/ W3C Overview of SGML Resources] | * [http://www.w3.org/MarkUp/SGML/ W3C Overview of SGML Resources] | ||
Latest revision as of 03:03, 29 December 2023
SGML (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Document Type Definitions (DTDs) to define the specifics of a particular markup format. HTML was originally developed as a version of SGML, but has drifted away from this and the current HTML 5 is explicitly no longer based on SGML. XML is a somewhat simplified variant of SGML.
Contents |