Hi,

I've wrote the code which parses RSS. I've used MSXML object model. The code locally works fine, but when I upload the ASP page to the server - an error 800c0007 occures.

The part of the code is:

-------------
set objXML = Server.CreateObject("msxml")
objXML.URL = "http://www.podrobnosti.ua/rss/criminal.rss"
-------------
An error 'msxml3.dll No data is available for the requested resource' occures during the second string execution.

Could you help me or to advice which XML parser I should use?

Thank you!