ethxmlfilter - Man Page
Name
ethxmlfilter
Processes an XML file and removes all specified XML tags. The remaining tags are output and indentation can also be reformatted. ethxmlfilter is the opposite of ethxmlextract.
Syntax
ethxmlfilter [-t|-k] [-l] [-i indent] [-s element] [input_file]
Options
- --help
Produces full help text.
- -t
Trims leading and trailing whitespace in tag contents.
- -k
Keeps newlines as-is in tags with purely whitespace that contain newlines. Default is to format as an empty list.
- -l
Adds comments with line numbers after each end tag. Makes comparison of resulting files easier since original line numbers are available.
- -i indent
Sets indentation to use per level. Default is 4.
- -s element
Specifies the name of the XML element to suppress. Can be used multiple times (maximum of 100) in any order.
- input_file
Specifies the XML file to read. Default is stdin.