DOMIT! RSS is an RSS parser for PHP. It is written purely in PHP, and therefore does not require the installation of any PHP extensions.Unlike most existing PHP RSS clients, it uses a DOM XML parser -- DOMIT! -- to convert an RSS feed into a DOM document that can be traversed using the standard DOM methods.DOMIT! RSS is able to parse all flavors of RSS feed, and its API is designed to work identically across all versions. Its caching mechanism saves a local copy of the RSS feed and updates it only at specified intervals. It is able to detect certain types of non-compliant XML and repair it.The lightweight DOMIT! RSS Lite is available for users who wish only to extract title, link, and description elements from a feed.
comments