>>> print xmlescape('<hello>') |
xmlescape(data, quote=True) returns an escaped string of the provided data.
>>> print xmlescape('<hello>')
<hello>
" xmlescape" is licensed under Creative Common License BY-NC-ND 3.0