Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 2E0909FA19B for ; Fri, 8 Dec 2006 17:54:06 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-new, port 10024) with ESMTP id 64291-09 for ; Fri, 8 Dec 2006 17:54:02 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from exchange.g2switchworks.com (mail.g2switchworks.com [63.87.162.25]) by postgresql.org (Postfix) with ESMTP id 5EF019F9EED for ; Fri, 8 Dec 2006 17:54:05 -0400 (AST) Received: from 10.10.1.37 ([10.10.1.37]) by exchange.g2switchworks.com ([10.10.1.2]) with Microsoft Exchange Server HTTP-DAV ; Fri, 8 Dec 2006 21:54:00 +0000 Received: from state.g2switchworks.com by mail.g2switchworks.com; 08 Dec 2006 15:54:00 -0600 Subject: Re: Switching to XML From: Scott Marlowe To: "Joshua D. Drake" Cc: Peter Eisentraut , Josh Berkus , pgsql-docs@postgresql.org, David Blewett In-Reply-To: <1165614716.24745.45.camel@localhost.localdomain> References: <4579720E.4000707@dawninglight.net> <200612082115.53566.peter_e@gmx.net> <1165609294.24745.19.camel@localhost.localdomain> <200612082158.06649.peter_e@gmx.net> <1165613160.24745.36.camel@localhost.localdomain> <1165614356.3243.77.camel@state.g2switchworks.com> <1165614716.24745.45.camel@localhost.localdomain> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1165614840.3243.81.camel@state.g2switchworks.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 08 Dec 2006 15:54:00 -0600 X-Archive-Number: 200612/45 X-Sequence-Number: 3968 On Fri, 2006-12-08 at 15:51, Joshua D. Drake wrote: > On Fri, 2006-12-08 at 15:45 -0600, Scott Marlowe wrote: > > On Fri, 2006-12-08 at 15:26, Joshua D. Drake wrote: > > > On Fri, 2006-12-08 at 21:58 +0100, Peter Eisentraut wrote: > > > > Joshua D. Drake wrote: > > > > > You can create, edit, convert, save, and open docbook xml in > > > > > OpenOfice.org. > > > > > > > > Sure, there are more editing options with DocBook XML. No one disputes > > > > that. But the question at hand was about processing the DocBook. > > > > > > Yes which is generated from our use of SGML which is the core of this > > > problem and the core of the question as a whole. > > > > > > SGML is making working with the documentation *harder*. > > > > > > We have people that *DO NOT* contribute because of this SGML > > > requirement. They have what I consider extremely valid reasons, namely > > > it is dumb to require a writer to use emacs or write tags explictly. > > > > I'm one. I had the vacuuming stuff about written, but couldn't figure > > out the tool set this summer, and didn't have the time. Does OO make it > > pretty much painless to work with? I couldn't find any tools that I > > felt comfortable using for SGML / Docbooks. > > OO treats Docbook like a normal document. You will however loose styles > (like bold, italic). It does support tables, it understands > transformation from things like sect1 (from OO heading1) etc... > > The style loss is to be expected because Docbook doesn't contain > representation data. That belongs to a style sheet. and let me add that I'm not really anti-sgml docbook, I just couldn't find a "starter set" for editing the stuff. It seemed like everything I found on docbook xml was written for people who already use docbook xml.