Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 910909F9FDA for ; Mon, 11 Dec 2006 18:00:37 -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 09438-02 for ; Mon, 11 Dec 2006 18:00:36 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id B389A9F9F49 for ; Mon, 11 Dec 2006 18:00:36 -0400 (AST) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id A8C12F40FF; Mon, 11 Dec 2006 23:00:35 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: Switching to XML Date: Mon, 11 Dec 2006 23:00:35 +0100 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA0FDF3@algol.sollentuna.se> In-Reply-To: <1165871223.19970.105.camel@localhost.localdomain> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [DOCS] Switching to XML Thread-Index: AccdaBVabV1tcTk9T+STK2Jzt9Av4gAB49xg From: "Magnus Hagander" To: "Joshua D. Drake" Cc: "Tom Lane" , "Peter Eisentraut" , "David Fetter" , "Guillaume Lelarge" , "Josh Berkus" , X-Archive-Number: 200612/135 X-Sequence-Number: 4058 > > > The real problem here is that you've still failed to=20 > establish any=20 > > > sizable benefit from converting. As best I can tell at=20 > the moment,=20 > > > the acceptable options for editing XML will be about the same as=20 > > > they are for SGML: emacs, and not a lot else. I don't really see=20 > > > why I should have to start spelling out every closing tag for a=20 > > > no-op like that. > >=20 > > Visual Studio has a *very* nice XML editor these days, and=20 > they don't=20 > > do SGML... > >=20 > > (ok, ok, that's a joke. It's true, sure, but it's not very=20 > > relevant...) >=20 > Actually it might be for Windows developers wishing to=20 > develop Windows specific sections. How does it work with Docbook? It works just fine with any XML inlcluding docbook. It does your basic syntax highlighting, autoindenting and things like that. You can teach it about things like docbook to get autocomplete on tags and attributes, but I don't know if anybody has done that (I certainly haven't). //Magnus