Re: Problem instantiating XMLDOMDocument node within <xsl:s

Subject: Re: Problem instantiating XMLDOMDocument node within <xsl:s
From: Guy_Murphy@xxxxxxxxxx
Date: Wed, 14 Apr 1999 10:10:21 +0100
Hi.

Just to point out that you're mixing VBScript and JScript syntax in the
bellow.

set is VBScript and new is JavaScript as is ActiveXObject.

Simply... var objXMLDoc = new ActiveXObject("Microsoft.XMLDOM"); ...should
do it from JScript.

Cheers
     Guy.





xsl-list@xxxxxxxxxxxxxxxx on 04/13/99 06:37:54 PM

To:   xsl-list@xxxxxxxxxxxxxxxx
cc:    (bcc: Guy Murphy/UK/MAID)
Subject:  Re: Problem instantiating  XMLDOMDocument node within <xsl:s




[SNIP]
One more thing - have you tried
set objXMLDoc = new ActiveXObject("Microsoft.XMLDOM");

[SNIP]





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


Current Thread