Article ID: 305019 - Last Review: November 21, 2001 - Revision: 1.1 INFO: MSXML 4.0 Specific GUIDs and ProgIDsThis article was previously published under Q305019 SUMMARY
Microsoft XML Core Services (MSXML) 4.0 is installed in side-by-side mode. This means that installing MSXML 4.0 does not replace or depend on any previously installed version of the MSXML parser on your computer. This is done to protect the quality of applications that are currently using Msxml.dll, Msxml2.dll, or Msxml3.dll. Side-by-side mode also allows you to decide which version of the parser to use in your code.
After MSXML 4.0 is installed, applications that use version-independent ProgIDs continue to run using the same version that they were using before. To use version 4.0, applications must be written to use the appropriate version-dependent class IDs (CLSIDs) and ProgIDs that reference Msxml4.dll. MORE INFORMATIONMSXML 4.0 GUIDs and ProgIDsThe following table lists the version-dependent GUIDs and ProgIDs that can be used to invoke MSXML 4.0 in your applications.Collapse this table
How to use MSXML4 ProgIDs in your ApplicationsTo use MSXML 4.0 in your applications, use version-dependent ProgIDs. Te following code samples show how to create the DOMDocument:In a Microsoft Visual Basic application, using early binding: In a Microsoft Visual Basic application, using late binding: In a Visual Basic Scripting Edition (VBScript) application that is running on the server side: REFERENCES
Replace mode upgrades are no longer supported in MSXML 4.0. The Xmlinst.exe tool (a separate download) is for use with MSXML 3.0. It does not work with MSXML 4.0.
For additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
303207
(http://support.microsoft.com/kb/303207/EN-US/
)
INFO: Installation of MSXML Parser Affects Run Mode
| Article Translations
|
Back to the top
