Re: Release.sgml markup - Mailing list pgsql-patches

From Rod Taylor
Subject Re: Release.sgml markup
Date
Msg-id 1058790972.30101.17.camel@jester
Whole thread Raw
In response to Re: Release.sgml markup  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Release.sgml markup  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
On Mon, 2003-07-21 at 07:50, Peter Eisentraut wrote:
> Rod Taylor writes:
>
> > Attached is the new file based on itemizedlists blocks, and simplelist
> > blocks for the names.
> >
> > Simplelist was used with the intent that stylesheets would dictate
> > surrounding brackets at some point in the future.
>
> I don't understand that.  The names are quite obviously not lists, and I

They are lists. Sometimes of 1 name, sometimes of 2, sometimes several.
(Bob, Joe, Tom)  <- List of 3 names, or am I missing something obvious?

A small set of items with minimal decoration is exactly what Simplelist
is for.  In this specific case, they are inline lists.

As for the brackets.  Currently they are a part of the content in order
to achieve a specific style in the output of the resulting page. The
data could be tabular (items on left, names to right), different type of
bracket, removed entirely for different outputs, or perhaps different
names would be processed in different ways (Bruce could be hyperlinked
to his homepage via the stylesheet for HTML output only) -- thus it is
the job of the stylesheets to manage.

But, if you don't want simplelists, feel free to:

s/<simplelist><member>//
s/</member></simplelist>//
s/</member><member>/, /


Attachment

pgsql-patches by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: ruleutils with pretty-print option
Next
From: Tom Lane
Date:
Subject: Re: Eliminate information_schema from oid2name listing