require_once "XML/RSS.php";
void XML_RSS::XML_RSS ([mixed $handle=''])
void XML_RSS::XML_RSS
Constructor
mixed $handle - file pointer or name of the RDF file.
This function can not be called statically.
Example 48-1. Using XML_RSS()
$r =& new XML_RSS("test.rss");