From xemacs-m  Fri Mar 14 11:44:48 1997
Received: from newman (root@newman.aventail.com [38.225.141.10])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA11108
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 11:44:46 -0600 (CST)
Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id JAA08739; Fri, 14 Mar 1997 09:42:41 -0800
Date: Fri, 14 Mar 1997 09:42:41 -0800
Message-Id: <199703141742.JAA08739@newman>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: derrell@vis-av.com
Cc: xemacs-beta@xemacs.org
Subject: Re: HTML mode indentation bug
In-Reply-To: <199703141709.MAA02151@amber.vis-av.com>
References: <199703141709.MAA02151@amber.vis-av.com>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Derrell Lipman writes:
><FRAME> tags are not being properly indented by HTML mode, in
>xemacs-19.15-b98.  Instead of getting the desired formatting of
><frame> tags one below the other like this:
>
>  <frameset rows="*,*">
>    <frame src="top.htm">
>    <frame src="bottom.htm">
>  </frameset>
>
>it produces this, with each successive <frame> tag further indented:
>
>  <frameset rows="*,*">
>    <frame src="top.htm">
>      <frame src="bottom.htm">
>  </frameset>

  you aren't using the right DTD then.  If psgml sees tags it doesn't
recognize, it assumes they must be closed with a </foo> or </>.

  not sure which (if any) of the DTDs have that blasphemy known as frames
in it.

-bill P.

