LinuxCommandLibrary

xml-unescape

Decode XML entities to characters

TLDR

Unescape XML entities

$ xml unescape "[<text>]"
copy
Unescape from stdin
$ echo "[<text>]" | xml unescape
copy

SYNOPSIS

xml unescape [options] [text]

DESCRIPTION

xml unescape converts XML entities back to characters. Part of xmlstarlet toolkit. Decodes < > & ' " to their original characters.

PARAMETERS

text

Text with XML entities.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community