Re: Problem instantiating XMLDOMDocument node within <xsl:s

Subject: Re: Problem instantiating XMLDOMDocument node within <xsl:s
From: "Amit Rekhi" <amitr@xxxxxxxxxxxxx>
Date: Wed, 14 Apr 1999 16:15:23 +0530
>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.
No It does not work.
An instance of the XMLDOMDocument object 
is not created....

AMIT

----- Original Message ----- 
From: <Guy_Murphy@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Wednesday, April 14, 1999 2:40 PM
Subject: Re: Problem instantiating XMLDOMDocument node within <xsl:s


>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
>


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


Current Thread