From xemacs-m  Fri Apr 11 10:17:30 1997
Received: from newman (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id KAA09643
	for <xemacs-beta@xemacs.org>; Fri, 11 Apr 1997 10:17:29 -0500 (CDT)
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 HAA08574; Fri, 11 Apr 1997 07:44:43 -0700
Sender: wmperry@kramer.in.aventail.com
To: Adrian Aichner <aichner@ecf.teradyne.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: DTD HTML 3.2 Problem with Forms?
References: <rxsafn5y5i3.fsf@midnight.ecf.teradyne.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;
From: wmperry@aventail.com (William M. Perry)
Date: 11 Apr 1997 08:17:29 -0700
In-Reply-To: Adrian Aichner's message of 11 Apr 1997 16:54:27 +0200
Message-ID: <86n2r57fna.fsf@kramer.in.aventail.com>
Lines: 23
X-Mailer: Gnus v5.4.42/Emacs 19.34

Adrian Aichner <aichner@ecf.teradyne.com> writes:

> ============================================================================
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
> <HTML><HEAD><TITLE>DTD HTML 3.2 Problem?</TITLE>
>   </HEAD>
>   <BODY>
>     <FORM METHOD="POST" ENCTYPE=application/x-www-form-urlencoded >
>       <INPUT TYPE="checkbox" NAME="type" VALUE="input-output">input-outut
>     </FORM>
>     <FORM METHOD="POST" ENCTYPE=application/x-www-form-urlencoded >
>       <INPUT TYPE="checkbox" NAME="type" VALUE="input/output">input/outut
>   </FORM>
>   </BODY>
> </HTML>
> ============================================================================
> 
> It turns out that the slash in input/output get interpreted as an empty 
> end-tag.

  Are you sure its not the '/' in application/x-www-form-urlencoded?

-Bill P.

