Anyone got any info on this error? it's on my 3rd $feed - so the first 2 work fine
Lines 36 & 37
$rss = simplexml_load_file("$feed");
foreach($rss->xpath('channel/item') as $item){
Error
Warning: simplexml_load_file() [function.simplexml-load-file]: http://syndication.apn.co.nz/rss/nzhrsscid_000000079.xml:1: parser error : Start tag expected, '<' not found in /home/public_html/scripts/cron_news.php on line 36
Warning: simplexml_load_file() [function.simplexml-load-file]: ‹ in /home/public_html/scripts/cron_news.php on line 36
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/public_html/scripts/cron_news.php on line 36
Fatal error: Call to a member function xpath() on a non-object in /home/public_html/scripts/cron_news.php on line 37