Received: from localhost (unknown [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id E28179F9886 for ; Fri, 31 Aug 2007 00:24:30 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 20560-07 for ; Fri, 31 Aug 2007 00:24:20 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from sraihb2.sra.co.jp (sraihb2.sra.co.jp [202.32.10.6]) by postgresql.org (Postfix) with ESMTP id 336E79F97F5 for ; Fri, 31 Aug 2007 00:24:26 -0300 (ADT) Received: from srascb.sra.co.jp (srascb [133.137.8.65]) by sraihb2.sra.co.jp (Postfix) with ESMTP id 1D7B22A1677 for ; Fri, 31 Aug 2007 12:24:24 +0900 (JST) Received: from srascb.sra.co.jp (localhost [127.0.0.1]) by localhost.sra.co.jp (Postfix) with ESMTP id CADB810CD0A for ; Fri, 31 Aug 2007 12:24:24 +0900 (JST) Received: from sranhm.sra.co.jp (sranhm [133.137.16.38]) by srascb.sra.co.jp (Postfix) with ESMTP id AC11710CD06 for ; Fri, 31 Aug 2007 12:24:24 +0900 (JST) Received: from localhost (dhcp-17-162.sra.co.jp [133.137.17.162]) by sranhm.sra.co.jp (Postfix) with ESMTP id 35471589FC; Fri, 31 Aug 2007 12:24:24 +0900 (JST) Date: Fri, 31 Aug 2007 12:24:17 +0900 (JST) Message-Id: <20070831.122417.104039743.t-ishii@sraoss.co.jp> To: bruce@momjian.us Cc: jd@commandprompt.com, tgl@sss.pgh.pa.us, ishii@sraoss.co.jp, pgsql-hackers@postgresql.org Subject: Re: broken doc From: Tatsuo Ishii In-Reply-To: <200708310204.l7V24X216252@momjian.us> References: <45E8B758.3030704@commandprompt.com> <200708310204.l7V24X216252@momjian.us> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 =?iso-2022-jp?B?KBskQjgtTFobKEIp?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200708/1167 X-Sequence-Number: 107089 > Joshua D. Drake wrote: > > Tom Lane wrote: > > > Bruce Momjian writes: > > >> Tom Lane wrote: > > >>> Some committers are using DocBook installations that seem quite lax > > >>> about closing tags :-(, so they fail to see this type of breakage. > > > > > >> Yep. What should I upgrade, and to what version? > > > > > > I dunno --- I just use what ships with Fedora. The relevant FC6 > > > packages seem to be > > > > > > docbook-dtds-1.0-30 > > > docbook-simple-1.0-2.1 > > > docbook-slides-3.3.1-2.1 > > > docbook-style-dsssl-1.79-4 > > > docbook-style-xsl-1.69.1-5 > > > docbook-utils-0.6.14-5 > > > docbook-utils-pdf-0.6.14-5 > > > linuxdoc-tools-0.9.21-6.2.1 > > > > > > but I've got no idea which of these is the critical factor. > > > > I am pulling this way out of the back of my head, and Peter might be a > > better one to ask but I seem to recall that you can set the closing > > bracket requirement in the stylesheet itself. > > I figured out how to make my toolchain warn about missing tags like > newer tool chains. My openjade needs the "-wfully-tagged" warning. I > added it to sgml/Makefile. > > -- > Bruce Momjian http://momjian.us > EnterpriseDB http://www.enterprisedb.com > > + If your life is a hard drive, Christ can be your backup. + Can someone please fix this? openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml openjade:bookindex.sgml:2731:0:E: character data is not allowed here openjade:bookindex.sgml:2732:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag openjade:bookindex.sgml:2744:0:E: character data is not allowed here openjade:bookindex.sgml:2745:66:E: document type does not allow element "ULINK" here; missing one of "SEEIE", "SEEALSOIE", "SECONDARYIE" start-tag -- Tatsuo Ishii SRA OSS, Inc. Japan