heh, to distinguish between v4 and v3, I'm thinkingof using ST not
StringTemplate for main class. Also using inject (or add) instead of
setAttribute:
ST st = new ST("hi, <name>.");
st.inject("name", "Ter");
Is that ok with people?
Ter