Re: msxsl.exe 3.0 disagrees with IE 6.0 over simple XSL



Phlip
07-09-2005, 11:17 PM
Chris Lovett wrote:

> What version of IE are you using?

> I get the following output in IE 6.0.2900.2180.xpsp_sp2.

6.0.2800.1106.xpsp2.030422-1633

I'm surprised about the sp2 because I thought I had sp1. WinXP SP2 disabled
my Canon scanner, among other "security" improvements, so I backed it out.

I suspect my mime system is screwed up. That explains other desktop bugs.
What DLL supports the link from the MIME registry to the XSLT files?

(This also doesn't explain why that commie browser FireFox can't render my
XSLT either...;)

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand

Chris Lovett
07-09-2005, 11:17 PM
Try re-registering msxml3.dll - just run "regsrv32 msxml3.dll".
Netscape 7 messes up the setup of MSXML also in case you've been playing
with that.

"Phlip" <phlip_cpp@yahoo.com> wrote in message
news:uknQ5x%23gFHA.576@TK2MSFTNGP15.phx.gbl...
> Chris Lovett wrote:
>
>> What version of IE are you using?
>
>> I get the following output in IE 6.0.2900.2180.xpsp_sp2.
>
> 6.0.2800.1106.xpsp2.030422-1633
>
> I'm surprised about the sp2 because I thought I had sp1. WinXP SP2
> disabled
> my Canon scanner, among other "security" improvements, so I backed it out.
>
> I suspect my mime system is screwed up. That explains other desktop bugs.
> What DLL supports the link from the MIME registry to the XSLT files?
>
> (This also doesn't explain why that commie browser FireFox can't render my
> XSLT either...;)
>
> --
> Phlip
> http://www.c2.com/cgi/wiki?ZeekLand
>
>

Phlip
07-09-2005, 11:17 PM
Chris Lovett wrote:

> Try re-registering msxml3.dll - just run "regsrv32 msxml3.dll".

Ouch. I have been running regsvr32 since you were in diapers. But it worked.

Thanks. Ouch.

I thought I recently re-registered everything in SYSTEM32 with this

find c:/windows -name \*.dll -exec regsvr32 /s {} \;

Don't try that at home, kids.

(Request for advice _not_ implied!)

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand


Re: msxsl.exe 3.0 disagrees with IE 6.0 over simple XSL