# xml escape > Escape special XML characters. > More information: . - Escape special XML characters in a string: `xml escape "{{}}"` - Escape special XML characters from the standard input: `echo "{{}}" | xml escape` - Display help for the `escape` subcommand: `xml escape --help`