#!/bin/ash xml_get() { xmlstarlet sel --text --encode utf-8 --template --value-of "$1" "$2" }