Getting a feed from another Web site, should be quick and simple. Any unneeded complications should be avoided.
This class provides way to retrieve feeds in RSS/XML format and display them on a Web page.
There are several versions of RSS/RDF. However, in practice, all versions follow the same pattern: A publication link is contained within <item> tags and consists of a <title>, <link>, and a <description>.
The class was tested with feeds from many different sources using all versions.
The class returns an HTML unordered list. The example script shows how it should be used to process and display the feed in table of a Web page.
|
|
| Name: |
RSS_feed |
| Base name: |
rss_feed |
| Description: |
Parse a RSS/XML feed from a given URL. |
| Version: |
- |
| PHP version: |
- |
| License: |
BSD License |
| All time users: |
3954 users |
| All time rank: |
680 |
| Week users: |
3 users |
| Week rank: |
923  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (90.6%) |
Good (86.5%) |
- |
Good (89.6%) |
- |
- |
Sufficient (62.9%) |
615 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|