Hi!
I have not been able to find any questions regarding RSS 1.0 reader which is why I have decided to throw this post.
I'm in a situation where I have to read a RSS 1.0 feed using C# (in a web application). The url goes like this: http://xxx.xx/aaa/?service=rssfeed. This url lead to a page that shows a list of titles and their relating teaser texts. When you view the source code of the page, its pure XML. The XML goes like this.
<?xml version="1.0" encoding=" Go to the complete details ...