public void setText(String tag, String tagvalue) {
   m_template = new StringBuffer(StringUtil.replaceText(m_template.toString(), tag, tagvalue));
 }