Are you really serving functional XHTML web pages?. At present, pages should really be prologed with a HTML 4.01 Strict Doctype (not transitional which permits deprecated elements/attributes) - maybe migrating to HTML 5 when (if?) the elements/attributes eventually become stable and viable - and served as content type text/html. James