So much of the goodness that we are used to using in HTML also works in XHTML. Some of it is not available in pure XML documents.
Because the file is 'html' as well as XML , try serving it with content type of application/xhtml+xml
or throw in an XSL stylesheet(even the identity transform) to transform to HTML where you should get "doc ready".
JΛ̊KE