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]

Loading Remote XML.


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

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