Hello,
is there any python module or code that implements the org.apache.commons.lang.StringEscapeUtils.escapeHtml ?
exactly the same as in http://commons.apache.org/lang/api/org/apache/commons/lang/StringEscapeUtils.html#escapeHtml(java.lang.String)
i googled around but could only find the cgi.escape function that doesn't do the same thing.
thanks in advance, sorry for the english :D