XML Escape / Unescape

XML Escape or Unescape online helps you to escapes the special problematic characters with their valid XML equivalent entities.

For example;

  • & should be replaced with XML entity &
  • < should be replaced with XML entity &lt;
  • > should be replaced with XML entity &gt;
  • ' should be replaced with XML entity &apos;
  • " should be replaced with XML entity &quot;