Hi all,

I was able to solve the Zend_Feed issues I mentioned earlier. I
followed the tutorial in http://www.alexatnet.com/node/11 .

Since all the logic is in the controller itself, I thought I don't
need any view scripts so I removed it entirely thinking that
controller will spit out the necessary XML. This was not the case
instead controller was still looking for the associated view script.
When I removed the view script I got absolutely nothing. After some
tweaking around, I found out that the view script is still required
even if its completely empty.

so I created the blank view script and all went well without a hitch.

I guess I am reinventing the wheel but there is no mention of such
thing in any documentation.

Thank you all for your time.

HOWEVER,

Safari browser and rssowl still shows only last item from my feed
instead of 10 items I set. FeedReader is showing all as expected.

Reply via email to