Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id CA05E9F9EED for ; Sat, 9 Dec 2006 14:18:59 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-new, port 10024) with ESMTP id 06483-09 for ; Sat, 9 Dec 2006 14:18:58 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id 3D5E39F9392 for ; Sat, 9 Dec 2006 14:18:59 -0400 (AST) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id kB9IIko4019135; Sat, 9 Dec 2006 13:18:46 -0500 (EST) To: Josh Berkus cc: Peter Eisentraut , pgsql-docs@postgresql.org, David Blewett Subject: Re: Switching to XML In-reply-to: <4579B0B3.10507@agliodbs.com> References: <4579720E.4000707@dawninglight.net> <200612081902.11483.peter_e@gmx.net> <4579B0B3.10507@agliodbs.com> Comments: In-reply-to Josh Berkus message dated "Fri, 08 Dec 2006 13:36:35 -0500" Date: Sat, 09 Dec 2006 13:18:46 -0500 Message-ID: <19134.1165688326@sss.pgh.pa.us> From: Tom Lane X-Archive-Number: 200612/56 X-Sequence-Number: 3979 Josh Berkus writes: > As I said then, this is absolutely untrue. OpenOffice.org, for example, > works with DocBook XML but not SGML. There are also a plethora of XML > editing and publishing tools which can been used for Docbook XML which > are not available for SGML. A simple look at this page: > http://wiki.docbook.org/topic/DocBookAuthoringTools > .... shows that there are more than twice as many authoring tools which > support only XML as support SGML -- and that most of the tools which > support SGML are out-of-maintenance. This is confusing authoring tools (ie, stuff for more or less WYSIWYG editing of the document source) with output generation tools. As for authoring tools, show me one that produces SGML or XML that's reasonably readable, and I might worry about allowing people to use it. Most of the ones I've seen would render the doc sources unreadable for anyone not using an authoring tool (possibly even the very same authoring tool). We are not going to move in that direction because it would piss off the people who do the bulk of the work now. regards, tom lane