summaryrefslogtreecommitdiff
path: root/examples/sel-xpath-v
blob: e9bec7ba46e4e2c862c7d9d7ab6f325d9569221f (plain)
1
2
3
4
5
6
#!/bin/sh
the_test() {
    ./xmlstarlet sel --text -t -m /doc -v "$1" --nl xml/foo.xml
}

. "${srcdir-..}"/examples/foreach-xpath.sh