Re: RSS components for Delphi?



> Anyone know of components that make it easy to embed an RSS feed reader /
> Aggregator in your application?

Any decent tag based parser should work.

The RSS/XML formats are actually simple to parse because
they are so much more rigid in construction than HTML or
even XHTML..

I have a parser that will do it easily.

http://www.compnet101.com/atagparser

I used it to write a very simple RSS reader for the
DevExpress knowledge base. It uses their TdxTreeList and
THTMLViewer from Dave Baldwin to read the articles..

It'll pull in an older version of the KB in excess of 3MB
in size in a couple of seconds on an older machine..I wrote
it just to see how hard it would be to do and honestly, it
wasn't hard at all..

If I can do it, anyone can..

John McTaggart


.