hello one and all, quick question. i am using "from gluon.template import render" and then render(content=content, context=dic(etc=etc)) to render a view that is not a direction view of a controller function. so that i can further process the view before it is sent off to the client browser.
i see that render properly does all of the substitutions and such, however, i need to convert that string-based html document into a web2py object which is searchable via "elements" and such. so that i can substitute things into certain elements and then send it off to the client browser. what is that web2py object called that is searchable/parsed via "elements" and such? and do i need to convert it back into pure string-based html when i do return on that function? thanx in advance, lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

