It's possible to render HTML code stored in a variable with the XML()
function. However, let's say you have something like the following scenario:
<a href='{{=request.vars.the_link}}'>{{=request.vars.the_link}}</a>
or something like
stored_code = <a href='request.vars.the_link'>request.vars.the_link</a>
Is there a way to get web2py to evaluate the variables and render the HTML
with the evaluated values? Thanks.
--
---
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/groups/opt_out.