1xmlindent(1) xmlindent(1)
2
3
4
6 xmlindent - XML stream reformatter
7
9 xmlindent [-o output file] [-i indent level] [-l max columns] [-n new‐
10 line position] [-t] [-c] [-f] [-w] [-h] [-v]
11
13 XML Indent is a XML stream reformatter written in ANSI C. It is analo‐
14 gous to GNU indent.
15
17 -o output file
18 Write indented XML to output file
19
20 -i indent level
21 Indent each level indent level spaces deeper
22
23 -l max columns
24 Wrap lines longer than max columns
25
26 -t Use tabs instead of spaces
27
28 -nas Suppress newline after start-tag
29
30 -nae Suppress newline after end-tag
31
32 -nbs Suppress newline before start-tag
33
34 -nbe Suppress newline before end-tag
35
36 -f Force newline on elements without children
37
38 -w Overwrite original file
39
40 -v Show version
41
42 -h Show command line help
43
45 Pekka Enberg <penberg@iki.fi>
46 Thomas Fischer <th.fischer@gmx.net> (man page)
47
49 indent(1)
50
51
52
53Thomas Fischer 0.2.17 xmlindent(1)