Overview
ISO 8879:1986 - Standard Generalized Markup Language (SGML) - is the International Standard for defining and encoding the logical structure of text and office documents. Published by ISO for information processing and text/office systems, the standard specifies the concepts, syntaxes and declarations needed to create, validate and interchange structured documents. ISO 8879 defines how document type definitions (DTDs), elements, entities, attributes and markup declarations work together to represent descriptive (logical) markup independently of presentation.
Key Topics and Technical Requirements
ISO 8879 covers a comprehensive set of technical topics and requirements for structured document processing, including:
- Document structure and element declarations - document element, element types, content models, connectors and occurrence indicators.
- Document Type Definitions (DTDs) - how to declare element models, attribute lists and notations to describe valid document instances.
- Entities and references - general and parameter entities, external entities, named and short references, and entity resolution.
- Start-tags/end-tags and minimization - rules for tag omission, start/end-tag behavior and data-tag minimization.
- Attribute specification and values - attribute definition lists, defaulting, fixed values and syntactic constraints.
- Markup declarations - entity, notation, comment and marked-section declarations; link processing and link set definitions.
- Concrete and reference syntaxes - character sets, delimiters, naming rules, and concrete syntax variants for interchange.
- Conformance and validation - definitions of conforming SGML documents, applications and systems, plus requirements for validating SGML parsers and error reporting.
- Capacity and feature sets - capacity limits, feature-use declarations and application-specific information.
- Annex material - introductory guidance on generalized markup, basic concepts and examples to support implementation.
These topics form the normative requirements for creating machine-processable, interoperable structured documents.
Applications and Who Uses It
ISO 8879 / SGML is used where long-term structured document interchange, preservation and automated processing are required:
- Publishing houses and technical publishers for complex books, manuals and journals.
- Aerospace, defense and manufacturing for structured technical documentation and standards.
- Libraries and archives for digital preservation and metadata-rich documents.
- Software developers and systems integrators building SGML parsers, validators, conversion and content management tools.
- Technical writers and information architects who design DTDs and document models.
SGML remains important historically as the precursor to XML; knowledge of ISO 8879 helps with legacy content migration and robust document-structure design.
Related Standards
- XML (W3C) - a simplified descendant of SGML used for modern structured data and document interchange.
- Industry-specific DTDs and application profiles that implement ISO 8879 concepts for particular domains.
Keywords: ISO 8879, SGML, Standard Generalized Markup Language, DTD, structured documents, validating parser, document interchange.