Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the documentation for MSXML API? [closed]

Especially for vbscript/ASP.

set xmlDoc = CreateObject("Msxml2.DOMDocument.3.0")
like image 668
poo Avatar asked Feb 17 '10 13:02

poo


People also ask

Where is MSXML installed?

To download MSXML SDK, go to the XML Downloads page of MSDN Online Library and choose the appropriate MSXML version. If you install MSXML 6.0 SDK, by default your directory will be C:\Program Files\MSXML 6.0, with subdirectories named inc and lib.

Is MSXML still supported?

MSXML Roadmap | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

What is MSXML file?

According to Microsoft, Microsoft XML Core Services (MSXML) is a set of services that allows applications written in Script, VBScript, and Microsoft development tools to build Windows-native XML-based applications. It is a Windows component that can cause QuickBooks Desktop to not run properly when damaged.


1 Answers

At microsoft : http://msdn.microsoft.com/en-us/library/ms764730(VS.85).aspx

At DevGuru (updated link): http://www.devguru.com/content/technologies/xml_dom/index.html

like image 191
Gabriele Petrioli Avatar answered Oct 03 '22 22:10

Gabriele Petrioli