- From: Jeffrey E. Sussna <jes@kuantech.com>
- Date: Wed, 24 Feb 1999 17:14:48 -0800
- To: "'Jonathan Borden'" <jborden@mediaone.net>, "'David Megginson'" <david@megginson.com>, "'xml mailing list'" <xml-dev@ic.ac.uk>
- Cc: <www-html-editor@w3.org>
Here here! Coudn't have said it any better myself. -----Original Message----- From: owner-xml-dev@ic.ac.uk [mailto:owner-xml-dev@ic.ac.uk]On Behalf Of Jonathan Borden Sent: Wednesday, February 24, 1999 4:59 PM To: David Megginson; xml mailing list Cc: www-html-editor@w3.org Subject: RE: MIME types vs. DOCTYPE (was RE: ANNOUNCE: New XHTML WD) David Megginson wrote: > > > Isn't it easier to identify the resource type externally so > that it can be handed directly to the correct processor? > > Assuming that HTML is defined in XML, then isn't the correct processor the XML processor? text/xml correctly identifies the content-type. If you make an exception for the specific XHTML DTD then why not for every DTD! The argument that text/xhtml for content negotiation is a shaky one because the problem of content negotiation is a well known problem for HTTP. Proposed solutions include RFC 2295. A better solution is to employ specific request/response headers e.g. Content-Type: text/xml Content-Document-Type: http://www.w3.org/html50.dtd or, Content-Type: text/xml; document-type=http://www.w3.org/html50.dtd; charset=us The problem with content-type proliferation is that lots of software depends on known content-types. For example, how can you programmatically tell if a MIME message body contains XML? Parse it and if it succeeds then TRUE? Its alot easier to add a new header recognized by new UAs than it is to modify legacy and currently working code. Jonathan Borden http://jabr.ne.mediaone.net xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1 To (un)subscribe, mailto:majordomo@ic.ac.uk the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
Received on Wednesday, 24 February 1999 20:16:05 UTC