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.

You cannot save changes to an XSLT Data View Web Part in FrontPage 2003


View products that this article applies to.

Symptoms

Any changes that you have made to your Extensible Style sheet Language (XSLT) Data View Web Part in Microsoft Office FrontPage 2003 are not saved when the page is saved. You are not prompted to save the external XSL file that is used to render your XSLT Data View Web Part.

↑ Back to the top


Cause

The problem occurs when your XSL file uses <xsl:transform> instead of <xsl:stylesheet> as the root tag.

↑ Back to the top


Workaround

To work around this problem, follow these steps:
1.Open the XSL file in FrontPage 2003.
2.Find the following text in the file:
<xsl:transform [version="1.0"] [xmlns:xsl="http://www.w3.org/1999/XSL/Transform"] [xmlns:msxsl="urn:schema_location:xslt"] [xmlns:user=http://my_domain_name/my_namespace]>
3.Change the text xsl:transform to xsl:stylesheet.
4.Find the text </xsl:transform>, and then change this text to </xsl:stylesheet>.
5.Save the XSL file.

↑ Back to the top


Status

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section of this article.

↑ Back to the top


Keywords: KB830981, kbwebpublishing, kbpending, kbxml, kbprogramming, kbbug

↑ Back to the top

Article Info
Article ID : 830981
Revision : 4
Created on : 1/6/2006
Published on : 1/6/2006
Exists online : False
Views : 281