RDFParser 2.0.0 review

Download
by rbytes.net on

RDFParser project is a PHP class that loads and parses RDF and RSS files

License: GPL (GNU General Public License)
File size: 11K
Developer: Vrai Stacey
0 stars award from rbytes.net

RDFParser project is a PHP class that loads and parses RDF and RSS files. These are XML files that are used by many Websites to syndicate headlines.

The class provides an interface to the loaded file and makes it simple to generate lists/ tables of the source site's headlines.

What's New in This Release:
The old PHP3 code has been completely replaced with new a new PHP4/5 compliant parser.
The new code uses PHP's built-in SAX parser (rather than regular expressions), which means it is much faster than the old code; even a large RSS file like freshmeat's is parsed in under two hundredths of a second (2800XP/PHP 4.4.0/ Apache 2.0.55).
The new code is also more flexible with regard to parsing slightly non-standard RSS/RDF files.

RDFParser 2.0.0 keywords