RE: MSXML3 -> WAS: [xsl] XML Processor for Win 2000

Subject: RE: MSXML3 -> WAS: [xsl] XML Processor for Win 2000
From: "Ben Robb" <b.robb@xxxxxxxxxx>
Date: Wed, 12 Sep 2001 15:52:22 +0100
var objXML=CreateObject("COM", "Microsoft.XMLDOM", "INPROC");
var objXSL=CreateObject("COM", "Microsoft.XMLDOM", "INPROC");


As Chris (and I) said: use the correct progID and it will work.

"Microsoft.XMLDOM" refers to msxml.dll
"MSXML2.DOMDocument" refers to msxml3.dll

Rgs,

Ben

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread