Jump to content

Load XML from remote path


Recommended Posts

I cant figure out how to load XML from another server. I am using this code and it is producing this error: "No data is available for the requested resource" although when I view it in my browser it works fine and I see all data.

 

<%	
Set objXML = Server.CreateObject("Microsoft.XMLDOM")
Set objLst = Server.CreateObject("Microsoft.XMLDOM")
Set objHdl = Server.CreateObject("Microsoft.XMLDOM")

objXML.async = False

objXML.Load ("http://site.com/dynamic_xml_file.aspx")
%>

Link to comment
https://forums.phpfreaks.com/topic/157429-load-xml-from-remote-path/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.