ReadOPML Method
Reads and parses an OPML file.
Object Oriented Interface
public function doReadOPML($opmlfile);
Procedural Interface
ipworks_rss_do_readopml($res, $opmlfile);
Remarks
This method reads in the OPML file specified by OPMLFile. The class then parses the file and returns the data to the user in the OPMLHeader and OPMLOutline events.