Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id B554B1337C04 for ; Tue, 5 Apr 2011 15:27:04 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 36058-08 for ; Tue, 5 Apr 2011 18:26:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mail.postgresql.org (Postfix) with SMTP id 9D35F1337BD0 for ; Tue, 5 Apr 2011 15:26:46 -0300 (ADT) Received: (qmail invoked by alias); 05 Apr 2011 18:26:45 -0000 Received: from a88-115-218-165.elisa-laajakaista.fi (EHLO [10.0.0.101]) [88.115.218.165] by mail.gmx.net (mp054) with SMTP; 05 Apr 2011 20:26:45 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX19fVfpCyGtfdYJMutLgLbjQV4UQUNOGS11RRDkSP8 tj9iQQqbB8fg7u Subject: Re: [HACKERS] Uppercase SGML entity declarations From: Peter Eisentraut To: Tom Lane Cc: Robert Haas , Christopher Browne , Susanne Ebrecht , Gabriele Bartolini , pgsql-docs@postgresql.org, PostgreSQL-development In-Reply-To: <3692.1301944100@sss.pgh.pa.us> References: <4D998B49.8050000@2ndQuadrant.it> <4D99F09D.3000606@2ndQuadrant.it> <1503.1301935044@sss.pgh.pa.us> <4D99FF55.9070301@2ndQuadrant.com> <3692.1301944100@sss.pgh.pa.us> Content-Type: text/plain; charset="UTF-8" Date: Tue, 05 Apr 2011 21:26:42 +0300 Message-ID: <1302028002.27487.19.camel@vanquo.pezone.net> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.909 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201104/42 X-Sequence-Number: 6613 On mån, 2011-04-04 at 15:08 -0400, Tom Lane wrote: > One thing I'd like to know is whether docbook v5 is any more > portable/easier to install. I don't see why. It's just a newer version of the same thing. If you change the sources to XML and switch to the XSL toolchain, you don't have to install the DTD or other schema as such, which would simplify the installation. But that could already be had with DocBook 4. The drawback of not having the schema is that you can't verify the correct structure of the document, and the XSLT processor will just produce garbage.