[web2py] Re: xml in response not well formed

2011-09-25 Thread Martin
I tested with Chrome and I don't have the issue... so, it seems to be that it's in the Firefox side... this is really weird... Thank you very much for your help Jonathan, I will include a restriction to open the application just with Chrome... Much appreciated! Martin

Re: [web2py] Re: xml in response not well formed

2011-09-25 Thread Jonathan Lundell
On Sep 25, 2011, at 4:32 PM, Martin wrote: > Response Headers > X-Powered-By web2py > Set-Cookiesession_id_nems_web=127.0.0.1-1c024dc8-7db7-440c-a45e- > d57de93d8879; Path=/ > Expires Sun, 25 Sep 2011 23:30:33 GMT > Pragmano-cache > Cache-Control no-store, no-cache, must-revalid

[web2py] Re: xml in response not well formed

2011-09-25 Thread Martin
Response Headers X-Powered-Byweb2py Set-Cookie session_id_nems_web=127.0.0.1-1c024dc8-7db7-440c-a45e- d57de93d8879; Path=/ Expires Sun, 25 Sep 2011 23:30:33 GMT Pragma no-cache Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre- check=0 Content-Typeapplication/xml

Re: [web2py] Re: xml in response not well formed

2011-09-25 Thread Jonathan Lundell
On Sep 25, 2011, at 3:52 PM, Martin wrote: > yes, you are right, because the variables for the following xml part > it suppose to be not available for current request, which corresponds > to operation == 'get_leafs'... Can you get a look at the Content-length header of the response? > > 1.0 >

[web2py] Re: xml in response not well formed

2011-09-25 Thread Martin
yes, you are right, because the variables for the following xml part it suppose to be not available for current request, which corresponds to operation == 'get_leafs'... 1.0 2 2 ns1:max-lease-time

[web2py] Re: xml in response not well formed

2011-09-25 Thread Martin
I appologize: the variables passed to the view are: operation = "leaf_modify" op_response = "True" Tincho