Entity: line 1: parser error : Start tag expected, '<' not found |
[eluser]bill19[/eluser]
Hi everyone, I am trying to parse an rss feed using simpleXML as in the following article : http://blog.sherifmansour.com/?p=302 I have a procedure that has worked before ( based on the article ): Code: function getFeedItems($feedhtml) { The error in the subject is now occuring at: Code: $s= new SimpleXMLElement($feedhtml); Does anyone know how to fix this? Thanks in advance, KC |
Welcome Guest, Not a member yet? Register Sign In |