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