This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: MSXML3 -> WAS: XML Processor for Win 2000


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]