On Tuesday, April 26, 2011 9:05:49 AM UTC-4, Oscar wrote: > > Why happened it? > > Did you changed some thing in the last update?
Back in September, URL was changed to return an XML object, giving it an xml() method (see http://code.google.com/p/web2py/source/detail?r=f1b6270440724180964c385789125b7c0baaab0e&path=/gluon/html.py). However, that created a bug whereby URL query strings were not being properly escaped, so the change was recently reverted (see http://code.google.com/p/web2py/source/detail?r=7f8433889c2ec409b721783f0159a77d83153d0b). So, there's no more xml() method. Anthony

