reading a text file(xml) which lies on a web server with VBA?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

I'm very new to VBA in Outlook 2003 and I managed a macro, that reads a
xml-file and extracts data basically by parsing it.

I used the open command like this:
Open "c:/abc.xml" For Input As #1

The question now is, how do I open the xml-file if it is not stored
local but on a web server via http?

I can't open it with the "open" command.

Thx in advance,
Patrick

.



Relevant Pages

  • reading a text file(xml) which lies on a web server with VBA?
    ... I'm very new to VBA in Outlook 2003 and I managed a macro, ... xml-file and extracts data basically by parsing it. ... I used the open command like this: ... how do I open the xml-file if it is not stored ...
    (microsoft.public.office.developer.outlook.vba)
  • How to close this XML file after reading?
    ... XDocument document = XDocument.Load ); ... to load in contents of a XML-file for parsing. ...
    (microsoft.public.dotnet.languages.csharp)
  • manupulating a xml-file
    ... i want to manupulate a element-text of a xml-file like this: ... for the parsing of the xml-file i use SAX, but i have no idea how i have to ...
    (comp.lang.java.programmer)