Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id C0A279FBA21 for ; Tue, 13 Mar 2007 12:38:20 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-new, port 10024) with ESMTP id 49305-03 for ; Tue, 13 Mar 2007 12:38:04 -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 581869FBA22 for ; Tue, 13 Mar 2007 12:38:10 -0300 (ADT) Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by svr2.hagander.net (Postfix) with ESMTP id 6B856DCC6A2; Tue, 13 Mar 2007 16:38:08 +0100 (CET) Received: by svr2.hagander.net (Postfix, from userid 1000) id 667D2DCC6A1; Tue, 13 Mar 2007 16:38:08 +0100 (CET) Date: Tue, 13 Mar 2007 16:38:08 +0100 From: Magnus Hagander To: Peter Eisentraut Cc: pgsql-docs@postgresql.org Subject: Re: Docs warning & indention Message-ID: <20070313153808.GM22636@svr2.hagander.net> References: <20070313145733.GJ22636@svr2.hagander.net> <200703131636.28513.peter_e@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703131636.28513.peter_e@gmx.net> 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/16 X-Sequence-Number: 4187 On Tue, Mar 13, 2007 at 04:36:28PM +0100, Peter Eisentraut wrote: > Magnus Hagander wrote: > > 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? > > It would be useful to see what the file contains at the indicated > position. It's in the message. bookindex.sgml, line 1, position 21. That line is: which certainly has some funky quotes, but I don't know if that's normal? IIRC, bookindex.sgml is auto-generated? //Magnus