#!/bin/sh
the_test() {
    ./xmlstarlet sel --text -t -m /doc -c "$1" --nl xml/foo.xml
}

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