Loading Remote XML.

Subject: Loading Remote XML.
From: "Roland Dunn" <roland@xxxxxxxxxxxx>
Date: Mon, 5 Jun 2000 11:23:46 +0100
Hi,

Has anyone tried using .load on the MSXML DOM and tried to load a remote
file?
Particularly on 2000 using IIS5? If I try to do the following in an ASP page
I get the following error details:


	Set xmlObj = Server.CreateObject("Microsoft.XMLDOM")
	xmlObj.async=False
	xmlObj.Load("http://p.moreover.com/cgi-local/page?index_fedwatch+xml";)

	If xmlObj.parseError.errorCode <> 0 Then
		' This produces the following error details.
		' Error code: -2146697209
		' Reason: "No data is available for the requested resource." Eh ?

	End If

I know that the XML source is valid and well-formed. I also get the same
error with the most simple XML files.
Any clues anyone?

Cheers Roland.




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


Current Thread