I have a file myFile.xml
which
I want to run the xmllint
command on for proper formatting.
It contains the ASCII character 26 (substitute char) because of which xmllint
command is failing with parser error.
How can I replace all occurrences of this character with blank in this file?
The following worked:
referred from here:
ascii-control-characters