-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

xml unescape


> Unescape special XML characters, e.g. `&lt;a1&gt;` → `<a1>`.

More information.


Unescape special XML characters from a string:

xml unescape "{&lt;a1&gt;}"

Unescape special XML characters from stdin:

echo  "{&lt;a1&gt;}" | xml unescape

Display help for the `unescape` subcommand:

xml escape --help


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:31:32 2024