|
Posted by Manuel Lemos on 02/14/07 01:59
Hello,
on 02/12/2007 03:21 PM laredotornado@zipmail.com said the following:
> I'm using PHP 4.4.4 with Apache 2.2. I'm looking for recommendations
> on free code I can use to generate RSS feeds. I found FeedCreator
> though Google, but that is terrible. It cannot output dates correctly
> and it displays a bunch of warnings/notices, even though I never
> touched their code.
You may want to take a look at this popular RSS feed generation class.
It supports generating feeds in either RSS 0.9, 0.91, 1.0 and 2.0:
http://www.phpclasses.org/rsswriter
You need to use it in conjunction with this other class:
http://www.phpclasses.org/xmlwriter
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|