Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay1CG-0005lA-8l for pgsql-docs@arkaria.postgresql.org; Wed, 04 May 2016 18:06:52 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1ay1CF-0002Ps-Bm for pgsql-docs@arkaria.postgresql.org; Wed, 04 May 2016 18:06:51 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ay1Bt-00020z-PA for pgsql-docs@postgresql.org; Wed, 04 May 2016 18:06:29 +0000 Received: from mout.kundenserver.de ([217.72.192.73]) by magus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.84_2) (envelope-from ) id 1ay1Bq-0005xU-Ty for pgsql-docs@postgresql.org; Wed, 04 May 2016 18:06:29 +0000 Received: from [192.168.178.26] ([84.165.197.170]) by mrelayeu.kundenserver.de (mreue102) with ESMTPSA (Nemesis) id 0Lx6wD-1bidcv1sk5-016jeM for ; Wed, 04 May 2016 20:06:24 +0200 Subject: Re: Docbook 5.x To: pgsql-docs@postgresql.org References: <20160504171205.GA107908@alvherre.pgsql> From: =?UTF-8?Q?J=c3=bcrgen_Purtz?= Message-ID: <572A3A1F.4050407@purtz.de> Date: Wed, 4 May 2016 20:06:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20160504171205.GA107908@alvherre.pgsql> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:NF9OReL6sx6vQzvAXh6wMaygPBys7u5SzaT+6Sye+SyBviNeqZn hGEDbpynY8h3wRzd0IvBRfQvCp8XJT9es8LpHh6IZ+StGeKWad/wWtzAlmNB/KQgOF5a9vR U0syQ0QyEVi3WvNBpZe+BFxcL6hCZgZRANJuqZh8xym8NNrba14YeV22F5QZ1KFSRh06S8v /Biodwarx8XFjnYUxwJXw== X-UI-Out-Filterresults: notjunk:1;V01:K0:6OSQ3P0ssvI=:5yZTF6pC/CXDw8fMJVRWGN 6br26l29HhQZBlANlfG+2KBY1aa6VMiGIctR4Y14eiYfrDC/8WQniOJNqxa/AegGM4TVBpVhw 255yAWfSgiHKNKBgTEEcSq+aT2wAOcSyIx3VoH/gYdESumUG/C05gIIhC5GEsMSYjHbu3eeVP pq9XFJnwluBD3SPufqN42+MOReC3L9ZHhzejRA0lEJz11r870zsyO9vTsfP5+ElAfE2bnx5Bl vLXlGp1RWLURjm7PuyRRm9IvZ0OrlDCeCJ5wKj5bYtIvF0/T7moPwk9KpoxC2vzu5dda5/HB5 h+xxQ/lVT6S9fAbf5kaEwqax/1CJbC9m3fu91gCYDD6PTkjW38Gn3TCyGW41Jth/pT+7zplnd edXXSrN+d1Ya3PStLC7K1ZJhZGBVckmz7T5OCHMZDwo8nz2scfUol+rBp4ZNGaOoS/h3Z1nCZ gphm/NqSo3csX/1j+TSZ1uvQZmN9H/eL1KxPL4gOylRCuLA3+wmMxXNSMsMiHz/MeJtR+f0P9 Goj/UNwbEgTAK//TkHAagKEI+EJ0xGANxg4gquENaJqr0r3KKMKznHLILBwmxbwacVAIo/GYa EyCuzqVnC+j8cP7sZyuX6ltmq+BjGNOgkH8M/qm8cftLI3VlkoMMhhVz+tvZhHv+m5PNxKPdg w6JuCBVC73Z+Wze+DbaYtQukGaWG0DvnN5YmxY2u07af05cZYFO423q7AZ8B2wkrkjyTFvrbh ouOfJSZDwJsHxXcT X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Hello Alvaro, yes, character entities respectively their values must be kept (what you have seen is an intermediate state). We will use utf-8, so every possible Unicode code point can be used directly. But we use not only character entities, there are also parameter entities and external entities. The external entities will be replaced by xi:XInclude. At last there are 4 parameter entities, to whom I actually have no solution: %standalone-ignore; %standalone-include; %include-index; %include-xslt-index; . But they should not be a show-stopper. Jürgen Purtz On 04.05.2016 19:12, Alvaro Herrera wrote: > Jürgen Purtz wrote: > >> The real challenge is the second >> step as it implies some manual modifications (entities, non-valid markup in >> sense of db5-schema) and a switch to a different output chain. Maybe we can >> live for a while with some files, which are not valid against db5-schema - >> as far as the output chain produces correct results. > Speaking of entities, I noticed you changed some entities such as > — to __mdash__ and such. That's not acceptable. What is > Docbook5's accepted way to enter such characters? > -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs