Thanks hielo for your reply but it did not work. I've never been able to get selectNodes to work. It always had a length value of 0.
After more research I found a solution with the code below.
Hi,
I'm trying to use a XML file from a remote server in classic asp. The problem is it did not load with Microsoft.XMLDOM but it succeed with MSXML2.ServerXMLHTTP.4.0. But I don't know how to use this more recent driver.
I tried to use the getElementsByTagName method and I got the message: Object doesn't support this property or method.
Does anybody can tell me how to access the differents items and nodes of the document? And somewhere I can get all the properties and methods for this specific driver?
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry to hear you had problems. However, I disagree that the posted code does not work. I tried the code below (which simply uses some public rss feed for testing and I added extra statements to prove that it does extract the title of the news items). Typically when you run into more problems it is expected that you report back with a description of the continued problems ESPECIALLY if the given code works properly. Thus, your request for deletion is completely inappropriate.
Business Accounts
Answer for Membership
by: hieloPosted on 2009-01-20 at 02:39:53ID: 23418723
create a DOM object and use the retrieved xml to initialize your object
Select allOpen in new window