hi I have a xml file on the web (http://life.com/live.xml) I need to read live.xml file by asp code and display on the browser please send me the code/tutorial if you know thanks
Classic ASP does not have the "Scraper" ability you need. You can build a COM obj to simply retrieve the html src, then asp can parse n' display. .NET has ability and so does PHP if either of these are available to you (if com's can be installed)
ASP can retrieve the html, the XML Object returns everything in the source. It all depends on the host if they have the right version of the MSXML object.
Dude you'd better say you need to PARSE RSS Go here for more info http://www.deluxe.am/forum/topic.asp?TOPIC_ID=41 Besides your XML is not working
I'm sorry, I'm just being a dick, lol. I heard two quotes that I would like to share at this time: "Don't point fingers when you come to the table, bring suggestions because the problem is still yours to fix!" "Catching & Fixing a problem early is like a Doctor Catching a small growth early. It takes invasive surgery to remove now but it only gets worse and might not be removable later." These are 2 of my favorite quotes... which their probably not quotes but i remember them from somewhere LOL.
have you try to search in google ? try "RSS News read using asp" Lots of source you found with tutorial and code