blob: f1537da93d85abfedb654ab5ad55da2b9378dbbc (
plain)
1
2
3
4
5
6
7
8
9
10
|
XMLStarlet Toolkit: Display element structure of XML document
Usage: PROG el [<options>] <xml-file>
where
<xml-file> - input XML document file name (stdin is used if missing)
<options> is one of:
-a - show attributes as well
-v - show attributes and their values
-u - print out sorted unique lines
-d<n> - print out sorted unique lines up to depth <n>
|