#!/bin/sh
the_test() {
    ./xmlstarlet sel --text -t -m "/*[boolean($1)]" -v "$1" --nl xml/foo.xml
}

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