Online XML Escape and Unescape

Online Free XML Escape and Unescap.Our online XML Escapes or unescapes tool unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.

We support the following XML entities. We don't support DTDs or external entities.

  • > replaced by gt
  • < replaced bylt
  • " is changed byquot
  • & is changed byamp
  • ' is replaced byapos

Tool escapes the characters in a String using EcmaScript String rules.Escapes any values it finds into their EcmaScript String form. Deals correctly with quotes and control-chars (tab, backslash, cr, ff, etc.) and a tab becomes the characters '\\' and 't'.