文章編號: 973687 - 上次校閱: 2011年1月19日 - 版次: 1.0

更新的 [說明],MSXML 核心服務 3.0 和 MSXML 核心服務 6.0

系統提示本文適用於您使用的作業系統之外的作業系統。與您不相關的文章內容已停用。

在此頁中

全部展開 | 全部摺疊

徵狀

當您造訪的網站,或執行應用程式所載入的 XHTML 文件使用 Microsoft XML 核心服務 (MSXML),MSXML 會傳送要求到全球資訊網協會 (W3C) 擷取已知的文件類型定義 (DTD) 檔案每次。 這種行為可能會將大量資料傳輸帶到 W3C 伺服器。 有時候,您可能會發現 DTD 要求封鎖的 W3C 伺服器因為未成功載入 XHTML 檔案。

就例如您有 JavaScript 檔案 (.js) 包含下列程式碼:
function pullXHtml() {
  var xml = new ActiveXObject("Msxml2.DOMDocument.6.0");
  xml.async = false;
  xml.resolveExternals = true;
  xml.validateOnParse = false;
  xml.setProperty("ProhibitDTD", false);
  xml.loadXML(
    "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">" +
    "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head><title>simple document</title></head>" +
    "<body><p>a simple&nbsp;paragraph</p></body></html>");
  if (xml.parseError.errorCode != 0) {
    var myErr = xml.parseError;
    WScript.Echo("ERROR:" + myErr.reason);
  } else {
    WScript.echo("The XHTML document was loaded successfully.");
  }
}

pullXHtml();

您在執行 JavaScript 檔案時檔案會載入使用 MSXML XHTML 文件。 如果您沒有安裝這個更新程式如果 DTD 要求封鎖的 W3C 伺服器執行 JavaScript 檔案時可能會收到下列錯誤訊息:
錯誤: 伺服器不瞭解 「 的要求,或要求不正確。
錯誤處理序的資源
' http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd '。
在您安裝此更新程式之後,JavaScript 檔案將成功地執行和您會收到下列訊息:
已成功載入 XHTML 文件。
附註
  • 套用此更新之後,MSXML 會快取在本機上,來減少傳送至 W3C 伺服器的要求數目的 DTD 檔案。
  • 在您安裝此更新程式之後,可能會提示您重新啟動電腦。
  • 如果 Windows Vista,Windows Server 2008,在安裝更新程式,或在 Windows 7,您必須以系統管理員身分執行安裝程式檔案。
  • 如需有關 XHTML 和文件類型定義 (DTD),請參閱 < 其他相關資訊 > 一節。

解決方案

更新資訊

如何判斷 MSXML 版本

若要判斷您的電腦安裝的 MSXML 版本,請遵循下列步驟:
  1. 找出 Msxml3.dll] 檔案或 Msxml6.dll 檔案在下列目錄中:
    C:\Windows\System32
  2. Msxml3.dll 或 Msxml6.dll] 檔案上按一下滑鼠右鍵,然後按一下屬性.
  3. 按一下版本若要查看版本資訊] 索引標籤。
    附註在 Windows Vista、 Windows 7 或 Windows Server 2008,按一下詳細資料而是索引標籤。

如何取得此更新程式

此更新程式將會自動安裝的 Windows 更新。 但是,也可以安裝此更新以手動方式下載適當的封裝。 有數個包含此修正程式的封裝。 這些套件所發行的下列不同的安裝情況:
摺疊此表格展開此表格
KB 文件安裝案例更新套件MSXML 版本受支援的作業系統
973687? (http://support.microsoft.com/kb/973687/ ) 更新的 [說明],Microsoft MSXML 核心服務 3.0 和 MSXML 核心服務 6.0
MSXML3 MSXML6 就已安裝作業系統
摺疊此圖像展開此圖像
下載
立即下載更新套件。 (http://www.microsoft.com/downloads/details.aspx?FamilyId=1b643267-9116-4258-a53a-5a41426dcbcb)
MSXML 3.0 和 MSXML 6.0Windows XP SP3
摺疊此圖像展開此圖像
下載
立即下載更新套件。 (http://www.microsoft.com/downloads/details.aspx?FamilyId=4bdcdabe-f1fb-4465-acc3-1db8a5b19491)
MSXML 3.0Windows XP x64 版
摺疊此圖像展開此圖像
下載
立即下載更新套件。 (http://www.microsoft.com/downloads/details.aspx?FamilyId=567cc6dc-f5d0-48e4-af0f-148cea6c00f8)
MSXML 3.0Windows Server 2003 SP2
摺疊此圖像展開此圖像
下載
立即下載更新套件。 (http://www.microsoft.com/downloads/details.aspx?FamilyId=6cedb430-1cce-4503-b327-6cfa5dff5932)
MSXML 3.0Windows Server 2003 Service Pack 2 x 64 版
摺疊此圖像展開此圖像
下載
立即下載更新套件。 (http://www.microsoft.com/downloads/details.aspx?FamilyId=cca1747b-148d-44ed-82ee-245663f26398)
MSXML 3.0Itanium 型系統的 Windows Server 2003 Service Pack 2
摺疊此圖像展開此圖像
下載
立即下載更新套件。 (http://www.microsoft.com/downloads/details.aspx?FamilyId=8b885659-149b-45eb-a9c3-c58f94e19aa9)
MSXML 3.0 和 MSXML 6.0Windows Vista, Windows Vista SP1 and Windows Vista SP2
摺疊此圖像展開此圖像
Download
Download the update package now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=b339502a-fdb3-422b-a300-1471f5eb926e)
MSXML 3.0 and MSXML 6.0Windows Vista 64-bit Editions, Windows Vista 64-bit Editions SP1 and Windows Vista SP2
摺疊此圖像展開此圖像
Download
Download the update package now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=ed45f2d6-694a-4c67-8834-87f892ff85b8)
MSXML 3.0 and MSXML 6.0Windows Server 2008 and Windows Server 2008 SP2
摺疊此圖像展開此圖像
Download
Download the update package now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=60bad052-b9e9-424f-a144-1403162ac413)
MSXML 3.0 and MSXML 6.0Windows Server 2008 x64 Edition and Windows Server 2008 x64 Edition SP2
摺疊此圖像展開此圖像
Download
Download the update package now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=4a2002f3-dd1e-4758-86c0-8f0aba72faa6)
MSXML 3.0 and MSXML 6.0Windows Server 2008 for Itanium-based Systems and Windows Server 2008 for Itanium-based Systems SP2
973685? (http://support.microsoft.com/kb/973685/ ) Description of an update for Microsoft XML Core Services 4.0 Service Pack 3
MSXML 4.0 was installed by an application, or manually installed by yourself. To apply this hotfix, you must have MSXML 4.0 SP3 installed.
摺疊此圖像展開此圖像
Download
Download the update package now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=e35f3dd3-1bb7-4c74-aed2-49dbae77546b)
MSXML 4.0 SP3Windows 7; Windows Server 2003 Service Pack 2; Windows Server 2008; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista; Windows Vista Service Pack 1; Windows Vista Service Pack 2; Windows XP Service Pack 2; Windows XP Service Pack 3
973686? (http://support.microsoft.com/kb/973686/ ) Description of an update for Microsoft MSXML Core Services 6.0 Service Pack 2
MSXML 6.0 was installed by an application, or manually installed by yourself. To apply this hotfix, you must have MSXML 6.0 SP2 installed.
摺疊此圖像展開此圖像
Download
Download the update package now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=819352df-cffa-413a-94d1-6213927137f6)
MSXML 6.0 SP2Windows Server 2003 Service Pack 2; Windows XP Service Pack 2
973688? (http://support.microsoft.com/kb/973688/ ) Description of an update for Microsoft XML Core Services 4.0 Service Pack 2
MSXML 4.0 was installed by an application, or manually installed by yourself. To apply this hotfix, you must have MSXML 4.0 SP2 installed.
摺疊此圖像展開此圖像
Download
Download the update package now. (http://www.microsoft.com/downloads/details.aspx?FamilyId=00bcdf28-2299-4150-964d-88a601e25229)
MSXML 4.0 SP2Windows 7; Windows Server 2003 Service Pack 2; Windows Server 2008; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista; Windows Vista Service Pack 1; Windows Vista Service Pack 2; Windows XP Service Pack 2; Windows XP Service Pack
For more information about how to download Microsoft support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591? (http://support.microsoft.com/kb/119591/ ) How to obtain Microsoft support files from online services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.

檔案資訊

The English version of this update has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). 當您檢視檔案資訊時,會將它轉換為本地時間。 To find the difference between UTC and local time, use theTime Zone在索引標籤上,日期和時間控制項中的項目面板。
支援所有的 Windows XP SP2 的 x86 版
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.1050.01,172,4802009-年 7 月 31-04: 36

支援所有的 Windows XP SP3 的 x86 版
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.1051.01,172,4802009-年 7 月 31-04: 24
Msxml6.dll6.20.1103.01,447,4242009-年 7 月 31-04: 24

支援所有的 Windows Server 2003 SP2 的 x86 版
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.1050.01,187,8402009-年 7 月 27-12: 07

支援所有的 Windows Server 2003 SP2 的 x64 版
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間平台
Msxml3.dll8.100.1050.02,194,4322009-年 7 月 27-09: 48x64
Wmsxml3.dll8.100.1050.01,187,8402009-年 7 月 27-09: 48x86

所有支援的 Windows Server 2003 SP2 的 Itanium 架構版本
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間平台
Msxml3.dll8.100.1050.03,551,7442009-年 7 月 27-09: 48IA 64
Wmsxml3.dll8.100.1050.01,187,8402009-年 7 月 27-09: 48x86

支援所有的 Windows Vista 的 x86 版
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.3501.01,260,03210 年 8 月 200913: 05
Msxml3r.dll8.20.8730.1204810 年 8 月 200913: 05
Msxml6.dll6.20.3501.01,406,46410 年 8 月 200913: 05
Msxml6r.dll6.0.3883.0204810 年 8 月 200913: 05

摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.3501.01,260,03210 年 8 月 200912: 51
Msxml3r.dll8.20.8730.1204810 年 8 月 200912: 51
Msxml6.dll6.20.3501.01,409,53610 年 8 月 200912: 51
Msxml6r.dll6.0.3883.0204810 年 8 月 200912: 51


所有支援 x86 版本的 Windows Vista SP1 和 Windows Server 2008 的 x
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.4001.01,257,47210 年 8 月 200911: 00
Msxml3r.dll8.20.8730.120482006 年 11 月 2 日09: 41
Msxml6.dll6.20.4001.01,399,29610 年 8 月 200911: 01
Msxml6r.dll6.0.3883.020482006 年 11 月 2 日09: 41

摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.4001.01,257,47211 年 8 月 200915: 25
Msxml3r.dll8.20.8730.1204811 年 8 月 200917: 04
Msxml6.dll6.20.4001.01,401,34411 年 8 月 200915: 26
Msxml6r.dll6.0.3883.0204811 年 8 月 200917: 04

所有支援 x86 版和 Windows Server 2008 SP2 的 Windows Vista SP2
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.5002.01,248,76811 年 8 月 200916: 44
Msxml3r.dll8.20.8730.120482006 年 11 月 2 日09: 41
Msxml6.dll6.20.5002.01,401,85611 年 8 月 200916: 44
Msxml6r.dll6.0.3883.020482006 年 11 月 2 日09: 41

摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.5002.01,248,76811 年 8 月 200916: 58
Msxml3r.dll8.20.8730.1204811 年 8 月 200916: 58
Msxml6.dll6.20.5002.01,401,85611 年 8 月 200916: 58
Msxml6r.dll6.0.3883.0204811 年 8 月 200916: 58

支援所有的 Windows Vista 的 x64 版
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.3501.01,902,08010 年 8 月 200913: 17
Msxml3r.dll8.20.8730.1204810 年 8 月 200913: 17
Msxml6.dll6.20.3501.01,827,32810 年 8 月 200913: 17
Msxml6r.dll6.0.3883.0204810 年 8 月 200913: 17

摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.3501.01,902,59210 年 8 月 200913: 21
Msxml3r.dll8.20.8730.1204810 年 8 月 200913: 21
Msxml6.dll6.20.3501.01,830,91210 年 8 月 200913: 21
Msxml6r.dll6.0.3883.0204810 年 8 月 200913: 21

所有支援 x64 版本的 Windows Vista SP1 和 Windows Server 2008 的 x
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.4001.01,875,45610 年 8 月 200914: 09
Msxml3r.dll8.20.8730.120482006 年 11 月 2 日11: 13
Msxml6.dll6.20.4001.01,794,56010 年 8 月 200914: 09
Msxml6r.dll6.0.3883.020482006 年 11 月 2 日11: 13

摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.4001.01,875,96811 年 8 月 200916: 56
Msxml3r.dll8.20.8730.1204811 年 8 月 200916: 56
Msxml6.dll6.20.4001.01,796,60811 年 8 月 200916: 56
Msxml6r.dll6.0.3883.0204811 年 8 月 200916: 56

所有支援 x64 版本的 Windows Vista SP2,和 Windows Server 2008 SP2 的 x
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.5002.01,869,82411 年 8 月 200917: 06
Msxml3r.dll8.20.8730.120482006 年 11 月 2 日11: 13
Msxml6.dll6.20.5002.01,797,12011 年 8 月 200917: 06
Msxml6r.dll6.0.3883.020482006 年 11 月 2 日11: 13

摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.5002.01,869,82411 年 8 月 200917: 07
Msxml3r.dll8.20.8730.1204811 年 8 月 200917: 07
Msxml6.dll6.20.5002.01,797,63211 年 8 月 200917: 07
Msxml6r.dll6.0.3883.0204811 年 8 月 200917: 07

所有支援的 Windows Server 2008 的 Itanium 架構版本
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.4001.03,164,16010 年 8 月 200913: 00
Msxml3r.dll8.20.8730.120482008 年 1 月 19 日08: 13
Msxml6.dll6.20.4001.03,825,15210 年 8 月 200913: 00
Msxml6r.dll6.0.3883.020482008 年 1 月 19 日08: 13

摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.4001.03,164,67211 年 8 月 200916: 54
Msxml3r.dll8.20.8730.1204811 年 8 月 200916: 54
Msxml6.dll6.20.4001.03,832,83211 年 8 月 200916: 54
Msxml6r.dll6.0.3883.0204811 年 8 月 200916: 54

所有支援的 Windows Server 2008 SP2 的 Itanium 架構版本
摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.5002.03,164,16011 年 8 月 200916: 46
Msxml3r.dll8.20.8730.120482008 年 1 月 19 日08: 13
Msxml6.dll6.20.5002.03,831,80811 年 8 月 200916: 46
Msxml6r.dll6.0.3883.020482008 年 1 月 19 日08: 13

摺疊此表格展開此表格
檔案名稱檔案版本檔案大小日期時間
Msxml3.dll8.100.5002.03,164,67211 年 8 月 200916: 58
Msxml3r.dll8.20.8730.1204811 年 8 月 200916: 58
Msxml6.dll6.20.5002.03,832,83211 年 8 月 200916: 58
Msxml6r.dll6.0.3883.0204811 年 8 月 200916: 58

其他相關資訊

文件類型定義相關的詳細資訊,請造訪下列網站:
http://www.w3.org/TR/xhtml1/dtds.html (http://www.w3.org/TR/xhtml1/dtds.html)
關於 XHTML 的詳細資訊,請造訪下列網站:
http://www.w3.org/TR/xhtml1/ (http://www.w3.org/TR/xhtml1/)
MSXML 有關的詳細資訊,請造訪下列 Microsoft 開發人員網路網站:
.aspx http://msdn.microsoft.com/en-us/library/ms763742 (VS.85) (http://msdn.microsoft.com/en-us/library/ms763742(VS.85).aspx)
如需清單 Microsoft XML 剖析器 (MSXML) 版本的詳細資訊,請按一下下列的文件編號,檢視 「 Microsoft 知識庫 」 中的文件:
269238? (http://support.microsoft.com/kb/269238/ ) Microsoft XML 剖析器 (MSXML) 版本的清單

?考

如需詳細資訊,請按一下下列的文件編號,檢視 「 Microsoft 知識庫 」 中的文件::
954459? (http://support.microsoft.com/kb/954459/ ) MS08-069: 描述的 XML 核心服務 6.0 安全性更新: 2008 年 11 月 11
有關軟體更新術語的詳細資訊,請按一下下列的文件編號,檢視 「 Microsoft 知識庫 」 中的文件:
824684? (http://support.microsoft.com/kb/824684/LN/ ) 用來描述 Microsoft 軟體更新標準術語的描述

這篇文章中的資訊適用於:
  • Microsoft XML Core Services 3.0
關鍵字:?
atdownload kbexpertiseinter kbsurveynew kbqfe kbfix kbmt KB973687 KbMtzh
機器翻譯機器翻譯
重要:本文是以 Microsoft 機器翻譯軟體翻譯而成,而非使用人工翻譯而成。Microsoft 同時提供使用者人工翻譯及機器翻譯兩個版本的文章,讓使用者可以依其使用語言使用知識庫中的所有文章。但是,機器翻譯的文章可能不盡完美。這些文章中也可能出現拼字、語意或文法上的錯誤,就像外國人在使用本國語言時可能發生的錯誤。Microsoft 不為內容的翻譯錯誤或客戶對該內容的使用所產生的任何錯誤或損害負責。Microsoft也同時將不斷地就機器翻譯軟體進行更新。
按一下這裡查看此文章的英文版本:973687? (http://support.microsoft.com/kb/973687/en-us/ )
Microsoft及(或)其供應商不就任何在本伺服器上發表的文字資料及其相關圖表資訊的恰當性作任何承諾。所有文字資料及其相關圖表均以「現狀」供應,不負任何擔保責任。Microsoft及(或)其供應商謹此聲明,不負任何對與此資訊有關之擔保責任,包括關於適售性、適用於某一特定用途、權利或不侵權的明示或默示擔保責任。Microsoft及(或)其供應商無論如何不對因或與使用本伺服器上資訊或與資訊的實行有關而引起的契約、過失或其他侵權行為之訴訟中的特別的、間接的、衍生性的損害或任何因使用而喪失所導致的之損害、資料或利潤負任何責任。