From:
Susanne Ebrecht <susanne(at)2ndQuadrant(dot)com>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Gabriele Bartolini <gabriele(dot)bartolini(at)2ndQuadrant(dot)it>,
Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org,
PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: [HACKERS] Uppercase SGML entity declarations
Date:
2011-04-04 17:26:45
Message-ID:
4D99FF55.9070301@2ndQuadrant.com (view raw or flat )
Thread:
2011-04-04 09:11:37 from Gabriele Bartolini <gabriele(dot)bartolini(at)2ndQuadrant(dot)it>
2011-04-04 14:57:55 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-04-04 16:23:57 from Gabriele Bartolini <gabriele(dot)bartolini(at)2ndQuadrant(dot)it>
2011-04-04 16:37:24 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-04-04 17:18:21 from Gabriele Bartolini <gabriele(dot)bartolini(at)2ndQuadrant(dot)it>
2011-04-04 20:15:46 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-04-04 20:26:07 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-04-04 20:44:57 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-04-04 20:47:26 from Gabriele Bartolini <gabriele(dot)bartolini(at)2ndQuadrant(dot)it>
2011-04-05 18:34:54 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-04-04 17:26:45 from Susanne Ebrecht <susanne(at)2ndQuadrant(dot)com>
2011-04-04 17:28:47 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-04-04 18:42:07 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-04-04 18:48:49 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-04-04 18:50:13 from Christopher Browne <cbbrowne(at)gmail(dot)com>
2011-04-04 19:02:39 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-04-04 19:08:20 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-04-04 19:20:57 from Susanne Ebrecht <susanne(at)2ndQuadrant(dot)com>
2011-04-05 18:26:42 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-04-04 19:14:36 from Dave Page <dpage(at)pgadmin(dot)org>
2011-04-05 18:18:04 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-04-05 18:55:00 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-04-05 18:59:47 from Dave Page <dpage(at)pgadmin(dot)org>
2011-04-05 20:59:36 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-04-05 22:39:29 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-04-06 01:55:31 from Josh Kupershmidt <schmiddy(at)gmail(dot)com>
2011-04-14 18:37:26 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-04-05 18:48:55 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-04-04 15:15:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-docs pgsql-hackers
On 04.04.2011 18:37, Tom Lane wrote:
> AFAIK, the main stumbling block for that is that XML doesn't allow
> abbreviated close tags (ie,<foo>whatever</>). Which is something that
> we are not likely to give up. So I'm not sure of the point of changing
> something as trivial as entity declaration casing. You're going to end
> up having to fork the documentation anyway, or at least feed it through
> an SGML to XML converter. So why not fix the entity casing then?
Tom,
Honestly, for German I don't mind yet if it is XML or SGML. XML might
be better in future for maintenance tools.
Anyway, I figured out there is another argument for XML:
My information is that DocBook 5.0 won't support SGML anymore.
Which means - sooner or later a reaction is needed.
Susanne
P.S.:
Btw. I change <foo>whatever</> into <foo>whatever</foo> when it
is in the parts which I am translating because my emacs indent don't
like </>.
--
Susanne Ebrecht - 2ndQuadrant
PostgreSQL Development, 24x7 Support, Training and Services
www.2ndQuadrant.com
In response to
Responses
pgsql-docs by date
Next :From: Robert HaasDate: 2011-04-04 17:28:47
Subject : Re: [HACKERS] Uppercase SGML entity declarations
Previous :From : Gabriele BartoliniDate : 2011-04-04 17:18:21
Subject : Re: [HACKERS] Uppercase SGML entity declarations
pgsql-hackers by date
Next :From: Robert HaasDate: 2011-04-04 17:28:47
Subject : Re: [HACKERS] Uppercase SGML entity declarations
Previous :From : Robert HaasDate : 2011-04-04 17:26:12
Subject : Re: [sepgsql] missing checks of process:transition on trusted
procedure invocation