Is there a similar or equivalent function in Python to the PHP function htmlspecialchars()? The closest thing I've found so far is htmlentitydefs.entitydefs().
|
|
|
|
|
|
|
Closest thing I know about is cgi.escape. |
||
|
|
|
|
Hello! You probably want xml.sax.saxutils.escape:
Have a look at xml.sax.saxutils.quoteattr, it might be more useful for you |
|||
|
|
|
|
The
|
||
|
|
|
|
If you are using django 1.0 then your template variables will already be encoded and ready for display. You also use the |
||
|
|
