December 22, 2001 - Upgrading to MSXML 3.0 | WebReference

December 22, 2001 - Upgrading to MSXML 3.0

Yehuda Shiran December 22, 2001
Upgrading to MSXML 3.0
Tips: December 2001

Yehuda Shiran, Ph.D.
Doc JavaScript

To ensure that XSL Transformations (XSLT) work with Internet Explorer 5.0 and later, the safest way is to install the Microsoft XML Parser (MSXML) 3.0 in Replace mode. The Replace mode ensures that the registry entries for earlier versions of MSXML are replaced. Replace mode has the following advantages:

progIDs to create an MSXML 3.0 version of the object. Application references to previous versions are remapped to MSXML 3.0. Microsoft provides the Xmlinst.exe application which runs the latest version of MSXML in all of your programs. You don't have to recompile and update all your programs with the new version of MSXML.

In some cases, the new MSXML version alter the behavior of one or more of your applications. You can go back to the side-by-side mode (having two MSXML versions at the same time).