Escapes or unescapes an XML file removing traces of offending characters that could be wrongfully interpreted as markup.

The following characters are reserved in XML and must be replaced with their corresponding XML entities:

  •  is replaced with '
  •  is replaced with "
  • & is replaced with &
  • < is replaced with <
  • > is replaced with >

https://www.freeformatter.com/xml-escape.html

Last modified: September 6, 2019

Author

Comments

Write a Reply or Comment