#!/bin/sh

while read -r LITERAL ; do
    ./xmlstarlet sel --text -t -m /doc -o "$LITERAL" --nl xml/foo.xml
done < results/sel-literal.out
