xml escape
Escape special XML characters, e.g. <a1>
→ <a1>
.
More information: https://xmlstar.sourceforge.net/doc/xmlstarlet.pdf.
- Escape special XML characters in a string:
xml escape "
- Escape special XML characters from
stdin
:
echo "
- Display help:
xml escape --help