summaryrefslogtreecommitdiff
path: root/examples/sel-root
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sel-root')
-rw-r--r--examples/sel-root5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/sel-root b/examples/sel-root
new file mode 100644
index 0000000..12a9bb2
--- /dev/null
+++ b/examples/sel-root
@@ -0,0 +1,5 @@
+#!/bin/sh
+echo '<x/>' | ./xmlstarlet sel --root -t -c / | ./xmlstarlet c14n
+echo
+echo '<x/>' | ./xmlstarlet sel --root -t -c / -t -c / | ./xmlstarlet c14n
+echo