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: Microsoft.XMLDOM load method ony works in local


Response.Write (source.parseError.reason );
would be a lot more helpful.

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Eric Chappuis
>Sent: 06 September 2000 23:30
>To: XSL-List@mulberrytech.com
>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@marvel.ch
>----------------------------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

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