try {
XPathUtil xu = new XPathUtil(pageContext);
String result = xu.valueOf(XPathUtil.getContext(this), select);
org.apache.taglibs.standard.tag.common.core.OutSupport.out(
pageContext, escapeXml, result);
return SKIP_BODY;
} catch (java.io.IOException ex) {
throw new JspTagException(ex.toString(), ex);
}