X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 70C31D1D18D for ; Mon, 8 Mar 2004 23:57:30 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 53259-10 for ; Mon, 8 Mar 2004 19:57:31 -0400 (AST) Received: from candle.pha.pa.us (candle.pha.pa.us [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id B40BDD1C9C4 for ; Mon, 8 Mar 2004 19:57:27 -0400 (AST) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id i28NvUe00822; Mon, 8 Mar 2004 18:57:30 -0500 (EST) From: Bruce Momjian Message-Id: <200403082357.i28NvUe00822@candle.pha.pa.us> Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile In-Reply-To: <17105.1078786012@sss.pgh.pa.us> To: Tom Lane Date: Mon, 8 Mar 2004 18:57:30 -0500 (EST) Cc: PostgreSQL-documentation , Peter Eisentraut X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200403/12 X-Sequence-Number: 2302 Tom Lane wrote: > Bruce Momjian writes: > > I wonder if the cause is my version of the sgml tools, rather than lynx. > > > What do you see in your HISTORY.htlm file for "Migration": > > > >
> CLASS="SECT2" > > >

> CLASS="SECT2" > > > > NAME="AEN9" > > >Migration to version 7.4.2 > Hmm, I get > > >
CLASS="SECT2" > >

CLASS="SECT2" > > NAME="AEN9" > >Migration to version 7.4.2 >

> so the discrepancy is evidently

vs

. In my HISTORY.html, > "Release Notes" and "Release 7.4.2" are both

and then the > Migration heading is

. > > So indeed it looks like the discrepancy is in the SGML stylesheet. > I'm not real sure whether the

interpretation should be preferred > --- Peter, any comments? Looking at the SGML, it seems the H3 interpretation is correct. SGML has: Release Notes Release 7.4.2 Release date 2004-03-08 This release contains a variety of fixes from 7.4.1. Migration to version 7.4.2 Appendix/release should be H1, release-7-4-2 should be H2, and migration H3. I don't see any logic for appendix and sect1 be the same HTML heading level because they don't seem to be the same level in SGML. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073