Date: Tue, 2 Jul 1996 21:18:55 -0500 (EST) From: John Fieber <jfieber@indiana.edu> To: Mike Pritchard <mpp@freefall.freebsd.org> Cc: kelly@fsl.noaa.gov, doc@FreeBSD.ORG Subject: Re: Updates to printing.sgml Message-ID: <Pine.BSF.3.94.960702211106.2884I-100000@Fieber-John.campusview.indiana.edu> In-Reply-To: <199607030208.TAA27217@freefall.freebsd.org>
index | next in thread | previous in thread | raw e-mail
On Tue, 2 Jul 1996, Mike Pritchard wrote:
> This may be something we should look at doing in the future,
> but right now the handbook is too much of a moving target,
> and trying to maintain/test/view multiple "versions" from
> the same source seems like too much of a time-sink to me.
In docbook, it would go something like this:
<para>Blah blah blah...</para>
<para version="2.1.0">In release 2.1.0, Blah blah
blah...</para>
<para>Blah blah blah...</para>
The basic algorithm for processing would be:
if (element.version != NULL && element.version != x)
ignore_element();
which might work okay for generating versions that actually ship
with a release, but for the version on the web server, the
version attribute should just be used to mark the particular
section as being version specific. The latter is probably a
better approach anyway, but the markup can easily facilitate
both.
-john
== jfieber@indiana.edu ===========================================
== http://fallout.campusview.indiana.edu/~jfieber ================
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.94.960702211106.2884I-100000>
