![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - MSXML >Thread Next - Re: MSXML Re: MSXMLTo: NULL Date: 7/7/2006 2:01:00 PM
MaxwellReid wrote:
> Error Type:
> Microsoft JScript runtime (0x800A01AD)
> Automation server can't create object
> /trader/select.asp, line 8
>
> Line 8 below
> var xmlDoc=new ActiveXObject("MSXML2.FreeThreadedDOMDocument.4.0");
You need to download and install MSXML 4 first. Also note that by now
the latest version of MSXML is MSXML 6 so you might as well download and
install that version and change your code to use e.g.
new ActiveXObject("MSXML2.FreeThreadedDOMDocument.6.0")
On the other hand that switch is not totally painless as MSXML 6 by
default has things like DTD validation turned off so depending on the
needs on your program it does not suffice to swith the 4.0 to 6.0 at
some places, you also need to set some additional properties. Check the
online MSXML docs for details.
MSXML download is here:
<http://msdn.microsoft.com/XML/XMLDownloads/default.aspx>
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
| ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
