Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 56E939FB31E for ; Tue, 13 Mar 2007 11:57:42 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-new, port 10024) with ESMTP id 67622-10 for ; Tue, 13 Mar 2007 11:57:29 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 513009FB4D7 for ; Tue, 13 Mar 2007 11:57:35 -0300 (ADT) Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by svr2.hagander.net (Postfix) with ESMTP id 71981DCC69B for ; Tue, 13 Mar 2007 15:57:33 +0100 (CET) Received: by svr2.hagander.net (Postfix, from userid 1000) id 6C51ADCC69D; Tue, 13 Mar 2007 15:57:33 +0100 (CET) Date: Tue, 13 Mar 2007 15:57:33 +0100 From: Magnus Hagander To: pgsql-docs@postgresql.org Subject: Docs warning & indention Message-ID: <20070313145733.GJ22636@svr2.hagander.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.022 tagged_above=0 required=5 tests=AWL, BAYES_50 X-Spam-Level: X-Archive-Number: 200703/14 X-Sequence-Number: 4185 Hi! First, I get the following warning when building docs on win32: d:\prog\pgsql\docbook\openjade-1.3.1\bin\openjade:bookindex.sgml:1:21:E: an attribute value literal can occur in an attribute specification list only after a vi delimiter Is this something known to happen, or is something broken in my setup? Second, is there any tool that does indentation cleanup on our sgml source files that someone can recommend? (doesn't have to be win32) //Magnus