summaryrefslogtreecommitdiff
path: root/examples/sel-root
blob: 12a9bb209f0c7d3495aa607227e94cd64039ac5d (plain)
1
2
3
4
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