> @Anthony
>
> from module import *
> def f():
>   header = ...
>   content = GRID(... ( # CALBOX used to create one of the columns
>   footer = ....
>   return {'page':PAGE(header, content, footer)}
>

I guess it's hard to say without knowing what those other functions do, but 
I don't think web2py is not doing the escaping (at least, if you include 
the XML object I suggested either directly in a page or within an HTML 
helper, the quotes do not get escaped when the view is serialized).

Anthony

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to