summaryrefslogtreecommitdiff
path: root/examples/structure1
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-09-08 22:07:42 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-09-08 22:07:42 +0900
commit4732847654ed74ed893b7ea088805832fd91cc18 (patch)
tree393207d68983c3b587733b83714bef2de2457025 /examples/structure1
downloadxmlstarlet-4732847654ed74ed893b7ea088805832fd91cc18.tar.gz
xmlstarlet-4732847654ed74ed893b7ea088805832fd91cc18.tar.bz2
xmlstarlet-4732847654ed74ed893b7ea088805832fd91cc18.zip
Diffstat (limited to 'examples/structure1')
-rw-r--r--examples/structure15
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/structure1 b/examples/structure1
new file mode 100644
index 0000000..13884e7
--- /dev/null
+++ b/examples/structure1
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Print structure of XML element using xml sel (advanced XPath expressions and xml sel command usage)
+./xmlstarlet sel -T -t -m '//*' \
+-m 'ancestor-or-self::*' -v 'name()' -i 'not(position()=last())' -o . -b -b -n \
+xml/structure.xml