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