Re: [xsl] Testing with MSXML 3.0 or MSXML 6.0 (WAS: XSL 2.0 and .NET and VB)

Subject: Re: [xsl] Testing with MSXML 3.0 or MSXML 6.0 (WAS: XSL 2.0 and .NET and VB)
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Tue, 03 Jul 2007 07:48:53 +0100
MSXML 6 does not become the default in IE, it always uses version 3.0 for PI initiated transforms. It also uses version 3.0 for scripted transforms if the version number is not speciifed, microsoft.xmldom for example, provided that version 3.0 was installed in replace mode rather than side-by-side mode.

The only platform I have not yet tested is IE7 on Vista but I think that the above applies.

Joe

http://joe.fawcett.name/


From: "Manfred Staudinger" <manfred.staudinger@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Testing with MSXML 3.0 or MSXML 6.0 (WAS: XSL 2.0 and .NET and VB)
Date: Mon, 2 Jul 2007 19:11:24 +0200


On 02/07/07, Joe Fawcett <joefawcett@xxxxxxxxxxx> wrote:
Don't know for sure with IE7 on Vista but all other Windows machines use
MXSML3 for PI invoked transformations. If IE7 on Vista uses version 6 then
they've kept very quiet about it.

At the very beginning of this thread I cited Abel Braaksma which answered this question. By the way, if you install MSXML6 on non-Vista, then it becomes the default for both IE6 and IE7 - if I understood him correctly.

To simplify the argument lets assume we have only MSXML 3.0
and MSXML 6.0.

Now my question was a bit different. Maybe you get handed an application
and you have to check if it runs o.k. with both versions of MSXML's
(3.0 and 6.0). Now you run it with IE6 on Win2k and it seems o.k.
Can you tell which version of MSXML was used for the transormation
and how to test it with the other one ?

Above I mentioned a PI driven transformation, but this is the
simpler case selecting the default version. But even here the
question remains, will it run with the other one too?

Thanks for you patience,

Manfred

Current Thread