Jacek Caban (@jacek) commented about dlls/mshtml/htmldoc.c:
return E_UNEXPECTED; }
- if(!This->html_document) {
FIXME("Not implemented for XML document\n");
return E_NOTIMPL;
- }
- if(This->doc_type == DOCTYPE_XHTML)
FIXME("Not implemented for XHTML Document, returning empty list\n");
What's wrong with using HTML code path?