Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id C6DE09F9392 for ; Mon, 11 Dec 2006 18:04:59 -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 70347-06 for ; Mon, 11 Dec 2006 18:04:55 -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 119C79F931E for ; Mon, 11 Dec 2006 18:04:58 -0400 (AST) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 7E5B4F40F1; Mon, 11 Dec 2006 23:04:57 +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:04:57 +0100 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA0FDF4@algol.sollentuna.se> In-Reply-To: <16510.1165874532@sss.pgh.pa.us> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [DOCS] Switching to XML Thread-Index: AccdcAySx4B8aRjeRbmuFSBjdq1C+AAAC7qQ From: "Magnus Hagander" To: "Tom Lane" Cc: "Joshua D. Drake" , "Peter Eisentraut" , "David Fetter" , "Guillaume Lelarge" , "Josh Berkus" , X-Archive-Number: 200612/137 X-Sequence-Number: 4060 > >>> Visual Studio has a *very* nice XML editor these days, and they=20 > >>> don't do SGML... > >>>=20 > >>> (ok, ok, that's a joke. It's true, sure, but it's not very > >>> relevant...) > >>=20 > >> Actually it might be for Windows developers wishing to develop=20 > >> Windows specific sections. How does it work with Docbook? >=20 > > It works just fine with any XML inlcluding docbook. It does=20 > your basic=20 > > syntax highlighting, autoindenting and things like that.=20 > You can teach=20 > > it about things like docbook to get autocomplete on tags and=20 > > attributes, but I don't know if anybody has done that (I=20 > certainly haven't). >=20 > How is it on the point of not introducing random reformatting=20 > into the XML source text? it doesn't do it, period. Just to be clear, it's a XML *source* editor. Just like emacs, excpet prettier ;-) (and just for the record, these days even the GUI editors in Visual Studio generally do a very good job of not breaking your manually tuned markup, but there is no GUI editor for docbook) //Magnus