Sometime recently Our SharePoint 2007 hosted on a Windows 2003 server started giving our users errors such as "Internet Explorer cannot display the webpage" for htm or html documents created in Word, and would not allow users to edit the documents as they always opened as "read only".
I found that the issue only happens when the following is part of the html:
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">
If I either save the document as a "web page, Filtered" or manually delete the Namespaces, the documents will display just fine, they will also open for editing instead of being stuck in read only mode.
We have to many documents to Manually go through and edit them all to this filtered mode, i would like to get SharePoint to recognize the files like It use to.
This is a recent change as users use to have no problems with these documents on our SharePoint. Does anyone know of any settings or log files I could look at to determine what changed?
EDIT: I found that any page, including .aspx pages, if they include the VML: xmlns:v="urn:schemas-microsoft-com:vml" It will fail to load.