X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 378685E46C1 for ; Sun, 29 Aug 2004 20:51:31 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 83281-03 for ; Sun, 29 Aug 2004 23:51:28 +0000 (GMT) Received: from laughter.local (unknown [61.197.227.146]) by svr1.postgresql.org (Postfix) with ESMTP id C28AA5E46F3 for ; Sun, 29 Aug 2004 20:51:26 -0300 (ADT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by laughter.local (Postfix) with ESMTP id 604702BB20D; Mon, 30 Aug 2004 08:51:01 +0900 (JST) In-Reply-To: <200408291720.52203.peter_e@gmx.net> References: <200408281545.02569.josh@agliodbs.com> <200408291720.52203.peter_e@gmx.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <4704EAD6-FA16-11D8-A2A0-000A95C88220@myrealbox.com> Content-Transfer-Encoding: 7bit Cc: pgsql-docs@postgresql.org, josh@agliodbs.com From: Michael Glaesemann Subject: Re: Still no support for XML-GUIs on PostgreSQL Docs? Date: Mon, 30 Aug 2004 08:50:59 +0900 To: Peter Eisentraut X-Mailer: Apple Mail (2.619) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200408/53 X-Sequence-Number: 2513 On Aug 30, 2004, at 12:20 AM, Peter Eisentraut wrote: > Josh Berkus wrote: >> I'd the impression, from a discussion last year, that we had upgraded >> to DocBook2 and I would be able to use an XML editor to work on docs >> and validate them. But that didn't happen, I take it? > > There is no such thing as "DocBook2", and I don't recall any workable > proposals to change the source to XML. As I recall, there were two primary issues in moving from SGML DocBook to XML DocBook. Marked sections: SGML DocBook (which is currently used) supports parameter entities to be used to include or exclude certain sections of material depending on the desired output. Profiling in XML DocBook may be able to accomplish the same task. XML DocBook toolchain: making sure the tools to produce the documentation in its myriad forms (e.g., html, manpages, PDF) works. I hadn't heard of anyone attempting to convert the docs to XML DocBook to see if it can be done, which is probably what needs to be done to see if works. Michael Glaesemann grzm myrealbox com