That example needs to be updated. It is relying on the generic.rss view, but by default, generic views are disabled. Either copy generic.rss to /default/news.rss, or add the following to the news() function:
response.generic_patterns = ['rss'] Anthony On Saturday, October 8, 2011 9:18:41 PM UTC-4, mohamed basem wrote: > > i wrote the code at the default controller but when trying to open > http://127.0.0.1:8000/mywiki/default/news.rss > there is an error ?!! >>saying >> " invalid view (default/news.rss) " > i don`t know why ?? i reviewed the code many times and there is no > faults in it , it`s like the code in the book !

