Why is SPD adding content to my file?

来源:互联网 发布:js设置style display 编辑:程序博客网 时间:2024/05/17 22:12
Question:
I'm using SPD to edit an HTML file that's in SharePoint (in a subfolder of SiteAssets). Later, I return to the file in SPD to find that the following content has been added to the file 

<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"><head><!--[if gte mso 9]><xml><mso:CustomDocumentProperties><mso:_dlc_DocId msdt:dt="string">2TTW66AP5EP2-4-16</mso:_dlc_DocId><mso:_dlc_DocIdItemGuid msdt:dt="string">99e55405-8ec0-4d75-950a-a29493433d06</mso:_dlc_DocIdItemGuid><mso:_dlc_DocIdUrl msdt:dt="string">http://www.contoso.com/_layouts/DocIdRedir.aspx?ID=2TTW66AP5EP2-4-16, 2TTW66AP5EP2-4-16</mso:_dlc_DocIdUrl></mso:CustomDocumentProperties></xml><![endif]--></head>


Answer:
When you edit a file in SPD, the file automatically becomes "Unghosted". This (rather confusing) term means that the file has been "Customized".

The effects of this depends on what type of file you are editing. For example, if you are editing a Page Layout, the code that's added will literally break the page, since the content added will not be wrapped inside a (of the master page). 
In your case, it may not cause any problems.

Here are some good references on Ghosted VS Unghosted and how to reghost files in case of need.

Ghosted VS Unghosted: http://www.a2zdotnet.com/View.aspx?Id=87#.T1a77YewauI 
Disabling ghosting: http://blogs.msdn.com/b/steve_fox/archive/2010/03/08/ghosting-unghosting-in-sharepoint-2010.aspx 
Reghosting (need to install a wsp with stsadm extensions): http://blog.falchionconsulting.com/index.php/2007/09/re-ghosting-pages/
原创粉丝点击