<?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: Handling RSS Feeds with PHP using Zend_Feed</title>
	<atom:link href="http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html</link>
	<description>From the desk of a Software Developer</description>
	<lastBuildDate>Tue, 09 Feb 2010 21:39:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nataliewebb01</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-11627</link>
		<dc:creator>nataliewebb01</dc:creator>
		<pubDate>Mon, 09 Nov 2009 07:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-11627</guid>
		<description>thanks for info, it&#039;s informative for &lt;a href=&quot;http://www.promatics.in/&quot; rel=&quot;nofollow&quot;&gt;web 2.0 development company&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>thanks for info, it&#39;s informative for <a href="http://www.promatics.in/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.promatics.in');">web 2.0 development company</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arik Fraimovich</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-11578</link>
		<dc:creator>Arik Fraimovich</dc:creator>
		<pubDate>Sun, 14 Jun 2009 15:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-11578</guid>
		<description>I only showed how to use Zend_Feed - it doesn&#039;t have to be used inside of a controller, and that&#039;s why I didn&#039;t mention the need to disable the layout.</description>
		<content:encoded><![CDATA[<p>I only showed how to use Zend_Feed &#8211; it doesn&#39;t have to be used inside of a controller, and that&#39;s why I didn&#39;t mention the need to disable the layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: typografia</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-11577</link>
		<dc:creator>typografia</dc:creator>
		<pubDate>Sun, 14 Jun 2009 07:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-11577</guid>
		<description>You forgot to mention, that layout and view rendering should be disabled first:&lt;br&gt;$this-&gt;_helper-&gt;layout-&gt;disableLayout();&lt;br&gt;$this-&gt;getHelper(&#039;viewRenderer&#039;)-&gt;setNoRender(true);</description>
		<content:encoded><![CDATA[<p>You forgot to mention, that layout and view rendering should be disabled first:<br />$this-&gt;_helper-&gt;layout-&gt;disableLayout();<br />$this-&gt;getHelper(&#39;viewRenderer&#39;)-&gt;setNoRender(true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arik</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-11447</link>
		<dc:creator>Arik</dc:creator>
		<pubDate>Sun, 29 Mar 2009 13:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-11447</guid>
		<description>You can use the iconv function to change encoding of the text. See more here: http://il2.php.net/manual/en/function.iconv.php</description>
		<content:encoded><![CDATA[<p>You can use the iconv function to change encoding of the text. See more here: <a href="http://il2.php.net/manual/en/function.iconv.php" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/il2.php.net');">http://il2.php.net/manual/en/function.iconv.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronny stalker</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-11436</link>
		<dc:creator>ronny stalker</dc:creator>
		<pubDate>Sun, 29 Mar 2009 05:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-11436</guid>
		<description>Hi i came across your article whilst trying to work out how to ensure that my feeds are converted to latin 1. Is there a method in zend feed to set the character encoding of the output?

I&#039;m getting some weird characters appearing in my ISO 8859-1 (Latin-1) output because the original source is in UTF-8. any tips?</description>
		<content:encoded><![CDATA[<p>Hi i came across your article whilst trying to work out how to ensure that my feeds are converted to latin 1. Is there a method in zend feed to set the character encoding of the output?</p>
<p>I&#8217;m getting some weird characters appearing in my ISO 8859-1 (Latin-1) output because the original source is in UTF-8. any tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recopilacion de tutoriales Zend Framework &#124; Stekl</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-9901</link>
		<dc:creator>Recopilacion de tutoriales Zend Framework &#124; Stekl</dc:creator>
		<pubDate>Fri, 13 Feb 2009 16:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-9901</guid>
		<description>[...] Framework Zend_Feed classes - Por Alex NetkachovParsing tags with Zend Feed - Por Henrik SarvellUsing Zend_Feed to Merge Multiple RSS Feeds - Por Arik [...]</description>
		<content:encoded><![CDATA[<p>[...] Framework Zend_Feed classes &#8211; Por Alex NetkachovParsing tags with Zend Feed &#8211; Por Henrik SarvellUsing Zend_Feed to Merge Multiple RSS Feeds &#8211; Por Arik [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murat</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-6261</link>
		<dc:creator>Murat</dc:creator>
		<pubDate>Mon, 10 Nov 2008 20:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-6261</guid>
		<description>yes ı looked out all tutorial but may be you can explain more specific</description>
		<content:encoded><![CDATA[<p>yes ı looked out all tutorial but may be you can explain more specific</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arik</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-6180</link>
		<dc:creator>Arik</dc:creator>
		<pubDate>Fri, 07 Nov 2008 12:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-6180</guid>
		<description>Murat - did you try looking into the manual?</description>
		<content:encoded><![CDATA[<p>Murat &#8211; did you try looking into the manual?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murat</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-6178</link>
		<dc:creator>Murat</dc:creator>
		<pubDate>Fri, 07 Nov 2008 09:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-6178</guid>
		<description>can u explain to zend_cache use ?</description>
		<content:encoded><![CDATA[<p>can u explain to zend_cache use ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Framework教程大全</title>
		<link>http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html/comment-page-1#comment-2491</link>
		<dc:creator>Zend Framework教程大全</dc:creator>
		<pubDate>Thu, 03 Jul 2008 04:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.arikfr.com/blog/handling-rss-feeds-in-php-using-zend_feed.html#comment-2491</guid>
		<description>[...] Framework Zend_Feed classes - By Alex Netkachov Parsing tags with Zend Feed - By Henrik Sarvell Using Zend_Feed to Merge Multiple RSS Feeds - By Arik Fraimovich Zend_Form Simple Zend_Form Example - By Rob Allen Simple Zend_Form File Upload [...]</description>
		<content:encoded><![CDATA[<p>[...] Framework Zend_Feed classes &#8211; By Alex Netkachov Parsing tags with Zend Feed &#8211; By Henrik Sarvell Using Zend_Feed to Merge Multiple RSS Feeds &#8211; By Arik Fraimovich Zend_Form Simple Zend_Form Example &#8211; By Rob Allen Simple Zend_Form File Upload [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.284 seconds -->
