# xml escape > Escape special XML characters, e.g. `` → `<a1>`. > More information: . - Escape special XML characters in a string: `xml {{[esc|escape]}} "{{}}"` - Escape special XML characters from `stdin`: `echo "{{}}" | xml {{[esc|escape]}}` - Display help: `xml {{[esc|escape]}} --help`