What is the problem you are having? If the problem is that your default layout is being rendered, thus breaking the RSS, then you just need to call $this->layout = 'rss' or just use the RequestHandler component: http://book.cakephp.org/view/549/Controller-Code .
On Apr 28, 11:43 pm, aboxy <[email protected]> wrote: > Hello all, > > I am totally new to php as well as cakephp. I am stuck at a very > simple issue,hope someone can help me here. > I have an RSS feed which gets generated outside of my php application. > I have a route defined as '/feed' which maps to a controller[rss] and > action[feed]. Action has a simple logic to call my web service which > return generated RSS feed. I get all the data but am not sure how to > display it. I simply have echo the response in the view but that does > not seem to fix it. > > If I run my web service directly, my browser detects the feed. Any > help is much appreciated. > > thanks > aboxy > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with > their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
