Date: Oct. 7, 2001
Link: http://www.webmasterbase.com/article/560
Source Author or Organization: Kevin Yank
This tutorial on using PHP to parse RDF Site Summary (RSS) and output
displayable HTML is by Kevin Yank, the author of the book Build Your Own Database Driven Website Using
PHP & MySQL.
Yank describes PHP's event-based Application Programming Interface (API) for processing XML and
explains the event handlers for RSS Parsing and XML-related PHP functions employed in the tutorial
in detail. An object-oriented alternative method is also presented using the methods of a PHP
object rather than functions to handle XML document events. Links for related reading are
provided.