Choosing Media Type

Wikipedia has a useful page that compares layout engines (XHTML).

In W3C FAQ on XHTML I found an interesting way to serve XHTML1.0 documents to Internet Explorer as application/xml.

If the code doesn’t use any tables for layout, there really is no need for a transitional DOCTYPE. So better to go Strict right away.