Re: [web2py] web2py to generate html/xml/any file from template

2016-07-11 Thread Kiran Subbaraman
The documentation has this: "|response.render(view, vars)|: a method used to call the view explicitly inside the controller. |view| is an optional parameter which is the name of the view file, |vars| is a dictionary of named values passed to the view." .. http://web2py.com/books/default/chapte

[web2py] web2py to generate html/xml/any file from template

2016-07-10 Thread RS
Hi Guys, My first question here so be gentle. Consider the use case. "I want to be able to generate a bunch of html/xml/text files using web2py templates/views and put them somewhere on the file system (may be even zip up the files). I am new to web2py and have seen a lot of information on how