From xemacs-m  Fri Mar 21 16:08:15 1997
Received: from loiosh.kei.com (ckd@loiosh.kei.com [192.88.144.32])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA23001
	for <xemacs-beta@xemacs.org>; Fri, 21 Mar 1997 16:08:15 -0600 (CST)
Received: (from ckd@localhost)
	by loiosh.kei.com (8.8.5/8.8.5) id RAA28142;
	Fri, 21 Mar 1997 17:07:12 -0500 (EST)
To: xemacs-beta@xemacs.org
Subject: 19.15b102 and psgml-html and the HTML 3.2 DTD
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Christopher Davis <ckd@loiosh.kei.com>
Date: 21 Mar 1997 17:07:11 -0500
Message-ID: <w4rah8zypc.fsf@loiosh.kei.com>
X-Face:  I8Alb*-ZdjN\/8k_QR,^l^m6GQB'S-B:}DVP].1HOw#tx:TX$k;Wl;4zqjWR|-jheM#?
 &beR<z=pG{]"563AA5pml2_[f:k>f(!|0<U[iwGMH"Z(rIqt9rGO*^KRV6^ej+*37UKHhC%+"
 7T>b0m=M~=%.Am>"QEY.(#Ys.%"s?z,hmwp&y0%p>9+T
X-Attribution: ckd

Minor nits, that I actually found when fighting a different problem:

There are too many backslashes in the docstring for html-mode:
  a form of document validation (use M-x sgml-next-trouble-spot\ to find

Fix: 
     remove the pair before the trailing right square bracket
     (line 161 psgml-html.el)

Also, there are two HTML 3.2 DTDs included with b102; one is the final one
and the other one isn't--and the compiled one is based on the latter.

Fix:
  cd $srcdir/etc/sgml
  mv HTML32.dtd html-3.2.dtd
  (do whatever compiles the DTDs)

Also, etc/sgml/CATALOG needs a line

PUBLIC  "-//W3C/DTD HTML 3.2 Final//EN"		html-3.2.dtd

