GreatSeaSpider
Programmer
hi guys,
a script i'm writing needs to access an xml file on another web server which i access using httpget like this:
i'm not great at .net so i was wondering if somebody could point me in the right direction
at the moment i'm trying to open it using
XmlDocument.Load()
but its not working!
thanks in advance,
Peter
a script i'm writing needs to access an xml file on another web server which i access using httpget like this:
i'm not great at .net so i was wondering if somebody could point me in the right direction
at the moment i'm trying to open it using
XmlDocument.Load()
but its not working!
thanks in advance,
Peter