Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] XSL 2.0 and .NET and VB

From: Abel Braaksma <abel.online@--------->
To:
Date: 7/2/2007 10:13:00 AM
M. David Peterson wrote:
On Sun, 01 Jul 2007 04:26:08 -0600, Manfred Staudinger 
<manfred.staudinger@xxxxxxxxx> wrote:



No. Both IE 6 and IE 7 use MSXML3.

They do?  UGGGLLYYY!!!  I guess it's because I have physically 
installed MSXML 6 that I had it there by default...



Hmmm... That bites!




This is not entirely correct. It depends on what operating system you 
have, or it depends on the user settings. By default, with Vista and 
higher, any IE will use MSXML 6.0. Win2k, WinXP and Win2k3 by default 
use MSXML 3.0, unless MS Office 2003 is installed, in which case IE6 
defaults to MSXML 5.0. But, surprisingly, IE7 will default to MSXML 3.0 
(MS considers 3.0 a more stable and secure release, and 6.0 is its 
successor, not 4.0 or 5.0), unless MSXML 6.0 is available.



MS wants to put MXSML in some future service pack for 2k, XP and 2k3, 
which may change matters (and probably will make matters even worse).



If a user downloads MSXML 6.0 by hand, it will become the preferred 
version for either IE6 or IE7.



When you try to instantiate an MSXML object without specifying its 
version number, it will NOT instantiate the latest version, instead, it 
will ALWAYS instantiate an MSXML 3.0 object:



  new ActiveXObject('Msxml2.DOMDocument.3.0')



and



  new ActiveXObject('Msxml2.DOMDocument)



are both equal on any system. So, defaults or not, you must always 
specify the 6.0 version explicitly to use it.



Does this all sound awfully confusing? Read on at this good and detailed 
story about the versions and how best to instantiate them 
http://blogs.msdn.com/xmlteam/archive/2006/10/23/using-the-right-version-of-msxml-in-internet-explorer.aspx 
and you will be enthralled ;)



Cheers,
-- Abel Braaksma


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent