lastRSS.php is a simple yet powerful PHP class to parse RSS 0.9x, 1.0, and 2.0. It uses quick regular expressions instead of an XML parser, and it returns an associative array with RSS fields as a result. It has a transparent caching system, and allows character encoding conversion (for all encodings supported by the iconv library).
The most notable changes include better character encoding conversion, support for pubDate date/time format, support for CDATA info and optional limit of the number of returned items.
With this script you can include the content from your livejournal (http://www.livejournal.com) into your website. It grabs the data from an RSS feed and then displays it on an independant page so it can be configured into your own site.
MiniXML provides a 100% PHP API to parse and generate XML. It is comprised of a set of PHP classes that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. MiniXML does not require any external libraries or modules.
Ever wanted to syndicate web content fast and easily? MX RSS Reader-Writer is a 2 in 1 solution. Firstly, it allows you to import RSS (Really Simple Syndication) files and integrate them in your website design and secondly it allows you to export database information into RSS format. This way you will be able to increase the traffic on your site by gathering and distributing your news in a wisely manner. Supported server technologies: ColdFusion, ASP_VBScript, PHP_MySQL and PHP_ADODB.
Take control of the new RSS feed from MyCoupons.com and earn cash for clicks. MyCoupons XML Parser gives you full control of the layout of the coupons through the use of internal and external templates for a simple setup or a completely customized setup to match your website. Internal filter allows you to filter out any unwanted coupons by keyword, search feature, and browse coupons by letter are some of the key features.
Class to generate an XML document from a mysql table. You define the database and table names and the xml tag names to be used for each table field. Where clauses are also supported. Updated to PHP4 and the PEAR DB Class.