Yes, by default it MUST escape all characters, This is an import
security features.
In Django they had to break backward compatibility and make it so.
Use XML(text) to prevent it.

Massimo

On Dec 9, 7:41 am, Iceberg <[EMAIL PROTECTED]> wrote:
> Can web2py's XML(...) help you?
>
> On Dec 8, 11:24 pm, achipa <[EMAIL PROTECTED]> wrote:
>
> > I just noticed that by default it escapes some chars that it probably
> > shouldn't - for example 'if x < y' becomes 'if x &lt; y'. You can of
> > course work around this, but is probably not what most users would
> > expect...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to