RE: Microsoft.XMLDOM load method ony works in local

Subject: RE: Microsoft.XMLDOM load method ony works in local
From: "Eric Chappuis" <eric.chappuis@xxxxxxxxx>
Date: Thu, 7 Sep 2000 12:22:46 +0200
finally, the explication is here :
http://support.microsoft.com/support/kb/articles/Q237/9/06.ASP

The only solution I can currently imagine is to write a com that provide the
service itself.

Eric



> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Eric Chappuis
> Sent: jeudi, 7. septembre 2000 00:30
> To: XSL-List@xxxxxxxxxxxxxxxx
> Subject: Microsoft.XMLDOM load method ony works in local
>
>
> Hi,
>
> I cannot manage to make the load method works with a http URL.
> But it works
> well with local file (c:\etc...)
> Using IIS 5 and Win2000.
>
> Is it some known issue ?
>
> My code :
>
> 	result = source.load("http://eric/testeric/news/testdata.xml";);
> 	Response.Write (source.parseError.errorCode );
>
> That returns :
> 	-2146697209
>
> if I use :
> result = source.load("c:/inetpub/wwwroot/testeric/news/testdata.xml");
> that work fine
>
> thanks for any help.
>
> Eric
>                         (o o)
> --------------------oOO--( )------------------------
> Eric Chappuis
> Marvel Communications - A Swissquote Group Company
> 16, rte des Avouillons - CH-1196 Gland
> Phone : +41-22-999.67.67      Fax : +41-22-999.67.68
> email : eric.chappuis@xxxxxxxxx
> ----------------------------oOO---------------------
>
>
>  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