1
2opaxmlfilter(8) Master map: IFSFFCLIRG (Man Page) opaxmlfilter(8)
3
4
5
7 opaxmlfilter
8
9
10
11 Processes an XML file and removes all specified XML tags. The remaining
12 tags are output and indentation can also be reformatted. opaxmlfilter
13 is the opposite of opaxmlextract.
14
16 opaxmlfilter [-t|-k] [-l] [-i indent] [-s element] [input_file]
17
19 --help Produces full help text.
20
21
22 -t Trims leading and trailing whitespace in tag contents.
23
24
25 -k In tags with purely whitespace that contain newlines, keeps
26 newlines as-is. Default is to format as an empty list.
27
28
29 -l Adds comments with line numbers after each end tag. This can
30 make comparison of resulting files easier since original line
31 numbers are available.
32
33
34 -i indent Sets indentation to use per level. Default is 4.
35
36
37 -s element
38 Specifies the name of the XML element to suppress. Can be
39 used multiple times (maximum of 100) in any order.
40
41
42 input_file
43 Specifies the XML file to read. Default is stdin.
44
45
46
47Copyright(C) 2015-2018 Intel Corporation opaxmlfilter(8)