Are there any free php/javascript libraries out there which would help in displaying an RSS feed as html?
|
feedback
|
|
In my Opinion Simplepie is one of the Best RSS parsers. Here is an example:
| |||
|
feedback
|
|
Maybe SimplePie might help, here -- quoting its FAQ, it's :
Of couse, it will not do everything for you -- but it might help you get started.
| |||||
feedback
|
|
Try Magpie RSS. It can parse RSS feeds to arrays which you can easily iterate through and build your HTML. | |||
|
feedback
|
|
It's not actually a library either, but I would definitely recommand you to use XSL/XSLT. | |||
|
feedback
|