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