abinfo "Tweaking raw XML files ..."
awk -F"[<>]" '/updated/{print$3;nextfile}' "$SRCDIR"/*.xml |
    sort -n | tail -n 1 | tr -d -
