On Friday, April 15, 2011 9:50:01 AM UTC-4, Anthony wrote:
>
> Note, the book recommends first converting the Rows object to a list using
> as_list(), though converting to XML seems to work for me without doing that:
> http://web2py.com/book/default/chapter/09?search=serializer#Rendering-Rows
>
It looks like the xml serializer automatically converts Rows objects to
lists via as_list(), so when using the 'generic.xml' view or the xml
serializer directly, you do not have to first call as_list().
Anthony