I'm curious as to when I reference text/html and application/xhtml+xml if I should be referencing them as mimes or as media types? For example I can't stand people who refer to elements as "tags".
Whilst initially used for email, these same media types are used for many different internet applications including the web.
MIME type or media type are both acceptable.
Robin_reala
3:59 pm on Apr 10, 2007 (gmt 0)
I believe 'media type' usurped MIME when it started being used outside of email. Not sure if it was ever officially declared as a replacement though.
JAB Creations
7:23 pm on Apr 10, 2007 (gmt 0)
I've been thinking media type is the way to go, thanks for your posts.
- John
Fotiman
9:58 pm on Apr 10, 2007 (gmt 0)
The MIME standard contains a MIME header "Content-Type" which indicates the Internet media type of the message content. Note, this is a "MIME header" which identifies the "media type". text/html would be a "media type", as would "application/xhtml+xml". And the media types are used in the "Content-Type" MIME header.