Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id A3C429F9357 for ; Mon, 11 Dec 2006 15:08:11 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-new, port 10024) with ESMTP id 22105-01 for ; Mon, 11 Dec 2006 15:08:11 -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 F2CC29F9312 for ; Mon, 11 Dec 2006 15:08:10 -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 kBBJ83B3014849; Mon, 11 Dec 2006 14:08:03 -0500 (EST) To: "Joshua D. Drake" cc: Josh Berkus , Peter Eisentraut , David Fetter , Guillaume Lelarge , pgsql-docs@postgresql.org Subject: Re: Authoring Tools WAS: Switching to XML In-reply-to: <1165862434.19970.44.camel@localhost.localdomain> References: <4579720E.4000707@dawninglight.net> <1165769484.13210.35.camel@localhost.localdomain> <200612101825.17409.peter_e@gmx.net> <200612110954.52969.josh@agliodbs.com> <1165860776.19970.37.camel@localhost.localdomain> <14608.1165862041@sss.pgh.pa.us> <1165862434.19970.44.camel@localhost.localdomain> Comments: In-reply-to "Joshua D. Drake" message dated "Mon, 11 Dec 2006 10:40:34 -0800" Date: Mon, 11 Dec 2006 14:08:03 -0500 Message-ID: <14848.1165864083@sss.pgh.pa.us> From: Tom Lane X-Archive-Number: 200612/121 X-Sequence-Number: 4044 "Joshua D. Drake" writes: > On Mon, 2006-12-11 at 13:34 -0500, Tom Lane wrote: >> I tried opening postgres.xml in OpenOffice 2.0, and it just showed me >> the raw text and markup --- no indication that it understood xml at all. >> Is there some special incantation needed? > I found that I had to remove the docbook dtd declartion. > Warning, it is ugly :) but it does indeed work. Only for exceedingly small values of "work". I tried that, and got a display showing all the text run together in a single paragraph. I changed one word and re-saved, and got a file that had basically nothing to do with the original --- it's been arbitrarily reformatted, and most of the original markup is gone. Perhaps later versions are better, but the OO version currently available in Fedora 5 appears utterly useless for our purposes. Can you show me an authoring tool that does *not* think it's OK to mangle the low-level text in "semantically irrelevant" ways? We might as well forget about the concept of a doc patch if people start using tools like this --- if a one-word change results in diffs across the whole file, the tool is not usable. regards, tom lane