xml parsing error xml or text declaration not at start of entity in wordpress feed

rss, wordpress

Solution

Try installing fix-rss-feed plugin.

Also I think you have a space before `<?xml version="1.0" encoding="UTF-8"?>`. Getting rid of it should do the trick.

Problem

i'm getting following error in my wordpress site, ``` XML Parsing Error: XML or text declaration not at start of entity Location: http://www.domain.com/news/feed/rss/ Line Number 3, Column 3: <?xml version="1.0" encoding="UTF-8"?><rss version="0.92"> ----------------^ ``` i have tried almost all solutions found via google, also tried the answers of same questions here in stackoverflow, but still i'm getting this error. do any one have any idea about how to come out of it??

Original source