Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

OFFXP: HTML File Saved as FrontPage Web Appears in Broken Hyperlinks Report


View products that this article applies to.

Symptoms

When you save a Microsoft Office XP hypertext markup language (HTML) file to a FrontPage Web, the file appears as a broken link in the Microsoft FrontPage Broken Hyperlinks report.

When you preview the page in a browser, the hyperlinks and images on the page work correctly.

↑ Back to the top


Cause

When you use the Save as Web Page command, Office XP documents may create links to "Filelist.xml," "Editdata.mso," or "Eledata.mso" in the HTML document. Because these files are not created, FrontPage cannot resolve the hyperlinks and reports them as broken.

Office XP programs may generate lines of code in the HTML source of the page 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">
				

↑ Back to the top


Workaround

Although the page works correctly when viewed in a browser, you may want to remove the links that cause the file to appear in the FrontPage Broken Hyperlinks report. To do this, follow these steps:
  1. In FrontPage, right-click the Office HTML file that you want, and then click Open With on the shortcut menu that appears.
  2. In the Open With Editor dialog box, click Text Editor, and then click OK.
  3. Edit the Office HTML file to remove all of the following hyperlink references that appear:
    <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">
    					

  4. On the File menu, click Save.
  5. Quit the text editor.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


Keywords: KB292070, kbnofix, kbbug

↑ Back to the top

Article Info
Article ID : 292070
Revision : 5
Created on : 1/31/2007
Published on : 1/31/2007
Exists online : False
Views : 306