<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fix WordPress Feed XML Parsing Errors: Delete Blank Lines</title>
	<atom:link href="http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/</link>
	<description>Technology, Blogging, New Media and Web 2.0</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:41:29 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shahab khan</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-740819</link>
		<dc:creator>Shahab khan</dc:creator>
		<pubDate>Fri, 13 Nov 2009 23:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-740819</guid>
		<description>Many thanks to you QOT for this article ..it helped me a lot!</description>
		<content:encoded><![CDATA[<p>Many thanks to you QOT for this article ..it helped me a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-739897</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-739897</guid>
		<description>thank you for this post!
I finally located the culprit - functions.php - that was causing me headaches.</description>
		<content:encoded><![CDATA[<p>thank you for this post!<br />
I finally located the culprit &#8211; functions.php &#8211; that was causing me headaches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc4</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-739806</link>
		<dc:creator>Doc4</dc:creator>
		<pubDate>Sun, 25 Oct 2009 17:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-739806</guid>
		<description>Josh L, 

This was the same issue we were having. Thank you for pointing out that spaces between php tags can cause this same malfunction.</description>
		<content:encoded><![CDATA[<p>Josh L, </p>
<p>This was the same issue we were having. Thank you for pointing out that spaces between php tags can cause this same malfunction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh L</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-738543</link>
		<dc:creator>Josh L</dc:creator>
		<pubDate>Sun, 04 Oct 2009 04:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-738543</guid>
		<description>Thanks for this post! In my case, it was also the functions.php file, but it was a blank line between two blocks of PHP, rather than at the beginning or end of the file.</description>
		<content:encoded><![CDATA[<p>Thanks for this post! In my case, it was also the functions.php file, but it was a blank line between two blocks of PHP, rather than at the beginning or end of the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kazooli</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-737537</link>
		<dc:creator>kazooli</dc:creator>
		<pubDate>Mon, 14 Sep 2009 15:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-737537</guid>
		<description>Hi there,
I have been looking for some information wth regards to xml errors in wordpress. As I produce articles, now and then, I create errors by accident. 

Is there anyhting that I can do to correct these errors automatically or do these have to be manually corrected. 

You seem like the right person to ask and so I hope I have not hijacked your post with my queries. 

All the best
Kazooli</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I have been looking for some information wth regards to xml errors in wordpress. As I produce articles, now and then, I create errors by accident. </p>
<p>Is there anyhting that I can do to correct these errors automatically or do these have to be manually corrected. </p>
<p>You seem like the right person to ask and so I hope I have not hijacked your post with my queries. </p>
<p>All the best<br />
Kazooli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-737391</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 11 Sep 2009 07:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-737391</guid>
		<description>Turned out it was the functions.php for me, as well.

I totally forgot that I had edited it just before upgrading to WP 2.8.4 for a cleaner function...and ended up creating a bunch of needless extra research for myself, to resolve the problem.

For those of you who didn&#039;t fall into the &quot;functions.php&quot; category...

You might want to give the Fix-Rss-Feed plugin a try, it quickly removed blank lines from most .php files in the WordPress directories and would save you a lot of time:

http://wordpress.org/extend/plugins/fix-rss-feed/

Just wanted to say thanks for mentioning the functions.php one...I am astonished I missed it.

Cheers,
Michael</description>
		<content:encoded><![CDATA[<p>Turned out it was the functions.php for me, as well.</p>
<p>I totally forgot that I had edited it just before upgrading to WP 2.8.4 for a cleaner function&#8230;and ended up creating a bunch of needless extra research for myself, to resolve the problem.</p>
<p>For those of you who didn&#8217;t fall into the &#8220;functions.php&#8221; category&#8230;</p>
<p>You might want to give the Fix-Rss-Feed plugin a try, it quickly removed blank lines from most .php files in the WordPress directories and would save you a lot of time:</p>
<p><a href="http://wordpress.org/extend/plugins/fix-rss-feed/" rel="nofollow">http://wordpress.org/extend/plugins/fix-rss-feed/</a></p>
<p>Just wanted to say thanks for mentioning the functions.php one&#8230;I am astonished I missed it.</p>
<p>Cheers,<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 工作達人</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-737209</link>
		<dc:creator>工作達人</dc:creator>
		<pubDate>Mon, 07 Sep 2009 06:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-737209</guid>
		<description>Your article help me to slove the problem.SO would you mind me to translate it to Chinese?</description>
		<content:encoded><![CDATA[<p>Your article help me to slove the problem.SO would you mind me to translate it to Chinese?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neel</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-736849</link>
		<dc:creator>Neel</dc:creator>
		<pubDate>Sat, 29 Aug 2009 04:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-736849</guid>
		<description>Yes most of the times the problem is in the function.php file or in the plugins files.</description>
		<content:encoded><![CDATA[<p>Yes most of the times the problem is in the function.php file or in the plugins files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge Bóinn</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-735777</link>
		<dc:creator>Serge Bóinn</dc:creator>
		<pubDate>Mon, 10 Aug 2009 20:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-735777</guid>
		<description>Yep, functions.php here as well.
Thanks so much for your work!</description>
		<content:encoded><![CDATA[<p>Yep, functions.php here as well.<br />
Thanks so much for your work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress: pusta linia przed deklaracją XML &#124; Blog Adama Klimowskiego</title>
		<link>http://www.quickonlinetips.com/archives/2009/05/wordpress-feed-xml-parsing-errors/comment-page-1/#comment-735606</link>
		<dc:creator>WordPress: pusta linia przed deklaracją XML &#124; Blog Adama Klimowskiego</dc:creator>
		<pubDate>Fri, 07 Aug 2009 05:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/?p=7537#comment-735606</guid>
		<description>[...] sobie: Google pomoże. Trafiłem na wpis Fix WordPress Feed XML Parsing Errors: Delete Blank Lines, gdzie podanych było kilka sposobów na rozwiązanie problemu. Wypróbowałem [...]</description>
		<content:encoded><![CDATA[<p>[...] sobie: Google pomoże. Trafiłem na wpis Fix WordPress Feed XML Parsing Errors: Delete Blank Lines, gdzie podanych było kilka sposobów na rozwiązanie problemu. Wypróbowałem [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
