September 2003
Intermediate to advanced
336 pages
7h 20m
English
XML processors, web browsers, and many other tools rely on MIME media types to dispatch XML content to the correct processor. Just a few minutes ago I got an e-mail from an annoyed reader because I'd published some SVG pictures with the MIME type text/xml instead of application/xml+svg, so his SVG viewer couldn't read them. It's not hard to set the correct MIME type in most web servers. However, most existing servers ship with incorrect or incomplete MIME types, so you probably have to fix your server's configuration before publishing.
Pure, undifferentiated XML comes in two flavors:
text/xml; charset=“iso-8859-2”
application/xml; charset=“utf-16be”
If no more specific MIME type has been registered for ...
Read now
Unlock full access