[JDEV] MIME-Version
arh14 at cornell.edu
arh14 at cornell.edu
Wed Aug 11 09:21:33 CDT 1999
I'm assuming, then, that just sticking the MIME chunk in the <mime> tag
isn't going to be done? Why use XML attributes for MIME headers when you
can just put the MIME headers in the MIME chunk?? MIME already contains
all it needs to describe itself.
Aaron
On Wed, 11 Aug 1999, Patrick McCuller wrote:
>
> If we're supporting all six MIME headers in the the <mime> tag,
>
> MIME-Version,
> Content-Type,
> Content-Transfer-Encoding,
> Content-ID,
> Content-Description
>
> then MIME-version is already accounted for.
>
> in DTD:
>
> <!ELEMENT mime (#PCDATA)>
> <!ATTLIST mime
> MIME-Version CDATA #REQUIRED
> Content-Type, CDATA #IMPLIED
> Content-Transfer-Encoding CDATA #IMPLIED
> Content-ID CDATA #IMPLIED
> Content-Description CDATA #IMPLIED
> >
>
>
> Patrick
More information about the JDev
mailing list