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

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