You are here:  » RSS Feed works in demo not on site


RSS Feed works in demo not on site

Submitted by aslater on Wed, 2009-12-30 19:26 in

Hello I have a RSS feed which parses perfectly fine when using your online demo. However when I run the feed on my own site I cannot get it to work. I am using your cache method which runs perfectly fine, and when I use an alternative feed it also runs fine. I have tried replacing qoutes and adding CDATA, but nothing seems to work. The cache script does return the RSS feed, so the must be something in the xml. Either I need to add something to the cache script or before it parses, but I am running out of ideas!

Cache script I am using http://www.magicparser.com/node/136

Thanks Andrew

(RSS link used: http://bulgaria.balkanholidays.co.uk/rss/lates.xml)

Submitted by support on Thu, 2009-12-31 08:52

Hello Andrew,

It may be a situation that I encounter sometimes whereby PHP's built in XML library is intolerant of character encoding errors in the feed. To find out if this is the case, I will email you an alternative version of MagicParser.php that cleanses all input data down to ASCII before handing it to the parser...

Cheers,
David.