Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: MSXML Support for 2008 server

From: stcheng@------.---------.--- ("------ -----")
To: NULL
Date: 2/10/2009 3:44:00 AM
Hi Scott,

As for MSXML6.0, it is fully supported on windows server 2008(out of the 
box). I've also got a quick confirm on this from some dev team engineers. 
As for the download page and some other xml team blog entries, I think it 
is due those pages being published very earlier before server 2008 release 
so the "supported system" hasn't included server 2008.

I have also performed a quick test on my fresh 2008 server box(default 
install) and MSXML6 works correctly.

==========================
try
{

var xmlDOM6 = new ActiveXObject('Msxml2.DOMDocument.6.0'); //uses MSXML 6.0
xmlDOM6.async = false;
xmlDOM6.load("data.xml");

WScript.Echo( xmlDOM6.xml);

}
catch(ex)
{
	WScript.Echo("ex: " + ex);
}

===============================

Also, MSXML6 is the latest XML process component for native/COM client, and 
it provide many improvements and become compatible with .NET 2.0 system.xml 
implementation. So for your new application which will target the latest 
windows systems, it is really recommended that you use MSXML6.

#Upgrading to MSXML 6.0
http://blogs.msdn.com/xmlteam/archive/2007/03/12/upgrading-to-msxml-6-0.aspx


Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and 
suggestions about how we can improve the support we provide to you. Please 
feel free to let my manager know what you think of the level of service 
provided. You can send feedback directly to my manager at: 
msdnmg@m....

==================================================
Get notification to my posts through email? Please refer to 
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues 
where an initial response from the community or a Microsoft Support 
Engineer within 2 business day is acceptable. Please note that each follow 
up response may take approximately 2 business days as the support 
professional working with you may need further investigation to reach the 
most efficient resolution. The offering is not appropriate for situations 
that require urgent, real-time or phone-based interactions. Issues of this 
nature are best handled working with a dedicated Microsoft Support Engineer 
by contacting Microsoft Customer Support Services (CSS) at 
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: =?Utf-8?B?U2NvdHQ=?= <snorberg@n...>
>Subject: MSXML Support for 2008 server
>Date: Mon, 9 Feb 2009 12:07:01 -0800

>
>We are in the process of moving our applications to 2008 server. Several 
of 
>our key services are still written in CPP/64 bit and they use MSXML 6.0. 
>Looking at the XML download page for MSXML 6.0, 2008 server is not in the 
>supported list but MSXML 4.0 is. 
>
>If we are using MSXML 6.0 on 2003 server what is the migration path to 
2008 
>server?
>
>
>-- 
>Scott Norberg
>



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