<?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: Add an RSS Feed to your CakePHP Models</title>
	<atom:link href="http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models</link>
	<description>get all his digital goodness 24/7</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:05:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1350</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Mon, 19 Apr 2010 12:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1350</guid>
		<description>@bdwankhede

The extension is converted into a subdirectory for the templates. So app/views/layouts/rss/default.ctp moved to app/views/layouts/default.ctp should meet your needs.

If you want both to be available you can add another route.</description>
		<content:encoded><![CDATA[<p>@bdwankhede</p>
<p>The extension is converted into a subdirectory for the templates. So app/views/layouts/rss/default.ctp moved to app/views/layouts/default.ctp should meet your needs.</p>
<p>If you want both to be available you can add another route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdwankhede</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1349</link>
		<dc:creator>bdwankhede</dc:creator>
		<pubDate>Mon, 19 Apr 2010 09:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1349</guid>
		<description>Is there any way we can exclude .rss extension from the url?
simply we need 
http://example.com/live</description>
		<content:encoded><![CDATA[<p>Is there any way we can exclude .rss extension from the url?<br />
simply we need<br />
<a href="http://example.com/live" rel="nofollow">http://example.com/live</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Generate RSS Feeds with CakePHP &#124; Edward A. Webb (.com) &#124; Source code bank</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1338</link>
		<dc:creator>Generate RSS Feeds with CakePHP &#124; Edward A. Webb (.com) &#124; Source code bank</dc:creator>
		<pubDate>Sat, 10 Apr 2010 10:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1338</guid>
		<description>[...] more here: Generate RSS Feeds with CakePHP &#124; Edward A. Webb (.com)   If you enjoyed this article please consider sharing [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Generate RSS Feeds with CakePHP | Edward A. Webb (.com)   If you enjoyed this article please consider sharing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tamxvietnam</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1205</link>
		<dc:creator>tamxvietnam</dc:creator>
		<pubDate>Tue, 08 Sep 2009 09:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1205</guid>
		<description>Wow. That&#039;s great!
I spent much time to research this problem. 

But, this site below gave me the incorrect guideline. 
- http://anupom.wordpress.com/2008/03/12/rss-in-cakephp-12/

This url is enough good, but lead us not using RSS helper of cakePHP
- http://bakery.cakephp.org/articles/view/rss-feed-them-cake

And now, I found that, this location is very good, very exactly for dummy. Also, all of you could visit here: 
- http://mark-story.com/nodes/view/creating-rss-feeds-with-cakephp-and-extensionless-routing

The key problem is, it must be $items and $channel called at default layout of rss/xml, not $content_for_layout as shown at normal layout.</description>
		<content:encoded><![CDATA[<p>Wow. That&#8217;s great!<br />
I spent much time to research this problem. </p>
<p>But, this site below gave me the incorrect guideline.<br />
- <a href="http://anupom.wordpress.com/2008/03/12/rss-in-cakephp-12/" rel="nofollow">http://anupom.wordpress.com/2008/03/12/rss-in-cakephp-12/</a></p>
<p>This url is enough good, but lead us not using RSS helper of cakePHP<br />
- <a href="http://bakery.cakephp.org/articles/view/rss-feed-them-cake" rel="nofollow">http://bakery.cakephp.org/articles/view/rss-feed-them-cake</a></p>
<p>And now, I found that, this location is very good, very exactly for dummy. Also, all of you could visit here:<br />
- <a href="http://mark-story.com/nodes/view/creating-rss-feeds-with-cakephp-and-extensionless-routing" rel="nofollow">http://mark-story.com/nodes/view/creating-rss-feeds-with-cakephp-and-extensionless-routing</a></p>
<p>The key problem is, it must be $items and $channel called at default layout of rss/xml, not $content_for_layout as shown at normal layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1129</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 28 May 2009 20:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1129</guid>
		<description>@Paul
I think you should try this article instead, http://edwardawebb.com/programming/php-programming/cakephp/generating-dynamic-sitemaps-cakephp.

Check you have the parse extensions configuration properly set in your routes to include .xml, and that your view is in the xml folder.</description>
		<content:encoded><![CDATA[<p>@Paul<br />
I think you should try this article instead, <a href="http://edwardawebb.com/programming/php-programming/cakephp/generating-dynamic-sitemaps-cakephp" rel="nofollow">http://edwardawebb.com/programming/php-programming/cakephp/generating-dynamic-sitemaps-cakephp</a>.</p>
<p>Check you have the parse extensions configuration properly set in your routes to include .xml, and that your view is in the xml folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1128</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 28 May 2009 20:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1128</guid>
		<description>@Jim

I am not sure how similar your code is to this post, but the method here works fine for FF.  Just off the top of my head I would check that you have the RequestHandler component and the RSS helper in the controller.

Also, I don&#039;t believe I used the line you included in my controller or view. If that is the problem just remove it.</description>
		<content:encoded><![CDATA[<p>@Jim</p>
<p>I am not sure how similar your code is to this post, but the method here works fine for FF.  Just off the top of my head I would check that you have the RequestHandler component and the RSS helper in the controller.</p>
<p>Also, I don&#8217;t believe I used the line you included in my controller or view. If that is the problem just remove it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Wiberley</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1127</link>
		<dc:creator>Jim Wiberley</dc:creator>
		<pubDate>Thu, 28 May 2009 20:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1127</guid>
		<description>I&#039;ve got a very similar codebase to this for the RSS feeds in one of my applications, however i always find firefox tries to force a file download with the rss feed, the line that causes this seems to be echo $rss-&gt;header(); . Just wondered if anyone knew what was going wrong here I want the rss feed to opened up the browser.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a very similar codebase to this for the RSS feeds in one of my applications, however i always find firefox tries to force a file download with the rss feed, the line that causes this seems to be echo $rss-&gt;header(); . Just wondered if anyone knew what was going wrong here I want the rss feed to opened up the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1116</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 23 May 2009 13:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1116</guid>
		<description>I&#039;ve been trying to implement an xml sitemap using this approach and I can access the dynamic xml document at example.com/sitemap but when I go to example.com/sitemap.xml I get an error. I guess this is a routes problem but I can&#039;t seem to fix it. Anyone else hads this problem or know how to fix it?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to implement an xml sitemap using this approach and I can access the dynamic xml document at example.com/sitemap but when I go to example.com/sitemap.xml I get an error. I guess this is a routes problem but I can&#8217;t seem to fix it. Anyone else hads this problem or know how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1107</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Fri, 15 May 2009 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1107</guid>
		<description>@Gregg

Well I wrote this article a while back and had to do some digging. I left out to critical pieces, the RequestHandler component (in the controller) and the RSS layout (in the views).  I have updated those sections above.</description>
		<content:encoded><![CDATA[<p>@Gregg</p>
<p>Well I wrote this article a while back and had to do some digging. I left out to critical pieces, the RequestHandler component (in the controller) and the RSS layout (in the views).  I have updated those sections above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://edwardawebb.com/web-development/cakephp/add-rss-feed-cakephp-models/comment-page-1/#comment-1104</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Mon, 11 May 2009 20:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=348#comment-1104</guid>
		<description>@my previous post:

it should be:
&lt;pre lang=&quot;XML&quot;&gt;
&lt;rss version=&quot;2.0&quot;&gt;&lt;channel&gt;&lt;title&gt;Articles/rss&lt;/title&gt;&lt;link&gt;http://localhost/newsaga/&lt;/link&gt;&lt;description /&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@my previous post:</p>
<p>it should be:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rss</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;2.0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;channel<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Articles/rss<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;link<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://localhost/newsaga/<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/link<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;description</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></div></div>

]]></content:encoded>
	</item>
</channel>
</rss>

