#895: MiscUtil: remove_html_markup() function should have an option to not
remove
escaped characters
-------------------------+----------------------
Reporter: nkasioum | Owner: nkasioum
Type: enhancement | Status: new
Priority: minor | Milestone: v1.0
Component: MiscUtil | Version:
Keywords: |
-------------------------+----------------------
The remove_html_markup() function removes by default all HTML markup tags
as well as escaped characters like '&', '<', '>' and '"'.
It should have an option to not remove these escaped characters.
Additionally, a new unescape() function (as the opposite to cgi.escape())
should be introduced to replace these escaped characters with the
corresponding normal ones.
--
Ticket URL: <http://invenio-software.org/ticket/895>
Invenio <http://invenio-software.org>