Re: Release.sgml markup

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Release.sgml markup
Дата
Msg-id 1058790972.30101.17.camel@jester
обсуждение исходный текст
Ответ на Re: Release.sgml markup  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Release.sgml markup  (Peter Eisentraut <peter_e@gmx.net>)
Список 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>/, /


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: ruleutils with pretty-print option
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Eliminate information_schema from oid2name listing