FP2000: Saving Office HTML File to a FrontPage Web Results in a Broken HyperlinkID: Q219694
|
When you save an Office HTML file to a FrontPage web, the file appears as a broken link in the Broken Hyperlinks report.
When you preview the page in the browser, the hyperlinks and images on the page work correctly.
When you use the "Save as web page" command, Office documents may create links to "filelist.xml", "editdata.mso", or "oledata.mso" in the HTML document. Because these files are not created, FrontPage cannot resolve the hyperlinks and will report them as broken hyperlinks.
Office applications may generate lines of code in the HTML source of the page that may be similar to the following:
<link rel=File-List href="./filename_files/filelist.xml">
<link rel=File-List href="./filename_files/editdata.mso">
<link rel=File-List href="./filename_files/oledata.mso">
Although the page works correctly in the browser, you may use the following method to remove the files from the Broken Hyperlinks Report:
<link rel=File-List href="./filename_files/filelist.xml">
<link rel=File-List href="./filename_files/editdata.mso">
<link rel=File-List href="./filename_files/oledata.mso">
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Additional query words: fp2k
Keywords : kbdta
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 1, 1999