Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 1999 18:45:17 -0500 (EST)
From:      John Fieber <jfieber@indiana.edu>
To:        Wayne M Barnes <stabilizer@klentaq1.emergingtech.org>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: .sgml
Message-ID:  <Pine.BSF.4.10.9903251839280.53872-100000@fallout.campusview.indiana.edu>
In-Reply-To: <199903251714.RAA34177@klentaq1.emergingtech.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Mar 1999, Wayne M Barnes wrote:

>     Say, what's a .sgml file, and what software reads them?

ISO 8879:1986: Standard Generalized Markup Language.

SGML is used to define markup languages.  SGML also defines
parsing rules such that a conforming parser can parse any past,
present or future markup language defined with SGML.

HTML is a markup language defined using SGML.  The definition is
known as a Document Type Definition, or DTD.  The files you are
looking at use a different DTD, in this case Linuxdoc.  The
textproc/sgmlformat port will convert these to HTML and to
postscript or text via groff.

XML is a simplified version of SGML.

-john



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9903251839280.53872-100000>