xml-list
Display XML structure as directory listing
TLDR
List XML directory
$ xml list [file.xml]
Long listing format$ xml list -l [file.xml]
SYNOPSIS
xml list [options] file
DESCRIPTION
xml list displays XML document structure in directory-like format. Part of xmlstarlet toolkit. Shows elements as a tree listing similar to ls command.
PARAMETERS
-l
Long listing format.
SEE ALSO
xml-elements(1), xml-select(1)
