|
DOMIT! RSS is an RSS parser
eZ xml is a DOM XML
for PHP. It is written
parser written in 100% PHP
purely in PHP, and therefore
that is compatible with the
does not require the
libXml DOM parser. eZ xml
installation of any PHP
will parse well formed XML
extensions.
Unlike most
and return an object tree.
existing PHP RSS clients, it
It will report errors if the
uses a DOM XML parser
XML is not well formed.
-- 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.
Date: Oct, 09 2004 Date: Jan, 07 2002 |