the solution mentioned in the above link http://www.w3it.org/blog/wordpress-feed-error-output-solution-how-to/ worked for me.
I added following code to wp-includes/feed-rss2.php and it worked
$out = ob_get_contents();
$out = str_replace(array(“\n”, “\r”, “\t”, ” “), “”, $input);
ob_end_clean();
However when first I applied the above code it did not work, then I realized that ‘WP Super Cache’ may be showing the same page again, I deleted all the cached pages and it started working.
thank you all.
Hello,
I am facing the same problem on my site http://www.iplt20livecricketscorescard.com
I have checked all the php files in my theme as well as wordpress root files and removed all the white spaces & blanks
But still no success.
Please help.
Thanks