Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id CAAA19FA1A7 for ; Mon, 11 Dec 2006 18:02:28 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-new, port 10024) with ESMTP id 32208-05 for ; Mon, 11 Dec 2006 18:02:25 -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 1BC1E9FA0EF for ; Mon, 11 Dec 2006 18:02:28 -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 kBBM2CKL016511; Mon, 11 Dec 2006 17:02:12 -0500 (EST) To: "Magnus Hagander" cc: "Joshua D. Drake" , "Peter Eisentraut" , "David Fetter" , "Guillaume Lelarge" , "Josh Berkus" , pgsql-docs@postgresql.org Subject: Re: Switching to XML In-reply-to: <6BCB9D8A16AC4241919521715F4D8BCEA0FDF3@algol.sollentuna.se> References: <6BCB9D8A16AC4241919521715F4D8BCEA0FDF3@algol.sollentuna.se> Comments: In-reply-to "Magnus Hagander" message dated "Mon, 11 Dec 2006 23:00:35 +0100" Date: Mon, 11 Dec 2006 17:02:12 -0500 Message-ID: <16510.1165874532@sss.pgh.pa.us> From: Tom Lane X-Archive-Number: 200612/136 X-Sequence-Number: 4059 "Magnus Hagander" writes: >>> Visual Studio has a *very* nice XML editor these days, and >>> they don't do SGML... >>> >>> (ok, ok, that's a joke. It's true, sure, but it's not very >>> relevant...) >> >> Actually it might be for Windows developers wishing to >> 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). How is it on the point of not introducing random reformatting into the XML source text? regards, tom lane