Re: RSS components for Delphi?
- From: "John McTaggart" <john_at_compnet101_dot_com>
- Date: Thu, 30 Jun 2005 12:29:05 -0700
> 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
.
- References:
- RSS components for Delphi?
- From: jeff
- RSS components for Delphi?
- Prev by Date: Re: Ann: NexusDB version 2 Developer Edition Released!
- Next by Date: Re: ShareIt publishes our email address to other companies?
- Previous by thread: Re: RSS components for Delphi?
- Next by thread: Data Abstract Blob Error
- Index(es):