Web Hosting Talk







View Full Version : Help needed with parsing atom feeds


Ekhwan
04-14-2005, 04:16 PM
hello,

A friend of mine needs help in displaying the following xml feeds in a website http://fatemi.org/blogger/atom.xml

I have searched the WHM site and also google I found that lastrss was a good option but don't know how to use it.

The site where the above feeds need to be displyed is in asp. Please help and be as specific as possible. I mean if you could write a code even then it would be appreciated but please describe and write in detail.

Thanks a lot to all those good guys here.

Burhan
04-14-2005, 05:00 PM
I'm not sure about ASP (classic ASP) -- but in ASP.NET, there is already a xml parser; so its very trivial to do it in there (assuming you know .net).

For classic ASP, try this website (http://www.lazycat.org/software/atomasp.html) for code that parses atom feeds.