[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: MSXML 3.0 XSLT. Does it work?


Subject: RE: MSXML 3.0 XSLT. Does it work?
From: David Schach <davidsch@xxxxxxxxxxxxx>
Date: Tue, 11 Jul 2000 16:50:53 -0700

If msxml.dll is registered on the machine then regsvr32 msxml3.dll will
install msxml3 in side by side mode.  In side by side mode IE will not use
msxml3. If msxml.dll is not registered then regsvr32 msxml3.dll will install
msxml3.dll in replace mode.  There are at least two ways to remove msxml.dll

regsvr32 msxml.dll /u

or

xmlinst /u

Alternatively, xmlinst msxml3.dll should do both of the above steps and
register msxml3.dll in replace mode.

Hope that helps.

David Schach







 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread