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

Subject: Re: MSXML3 -> WAS: [xsl] XML Processor for Win 2000
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Wed, 12 Sep 2001 13:10:13 -0400
[Joshua Miller]

> I think I should have been more clear.
> A) I'm not using ASP - I'm running ColdFusion with the following code:
> function selectSingleNode(source,style,xlink){
> var objXML=CreateObject("COM", "Microsoft.XMLDOM", "INPROC");
> var objXSL=CreateObject("COM", "Microsoft.XMLDOM", "INPROC");

There you go - you are using the API for the old msxml processor.  For the
new one, you want to use

MSXML2.DOMDocument

instead of

Microsoft.XMLDOM

There are other changes in the API, and you should look on the MS site

http://www.msdn.microsoft.com/library

or some reference book to find them.

Tom P




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


Current Thread