1Escapes or unescapes an HTML file removing traces of offending characters that could be wrongfully interpreted as markup.
2
3The following characters are reserved in HTML and must be replaced with their corresponding HTML entities:
4
5" is replaced with "
6& is replaced with &
7< is replaced with <
8> is replaced with >