// Tag interface
//-------------------------------------------------------------------------
public void doTag(XMLOutput output) throws Exception {
Stylesheet stylesheet = getStylesheet();
if (stylesheet == null) {
throw new MissingAttributeException("stylesheet");
}
Object source = getSource();
if (log.isDebugEnabled()) {
log.debug("About to evaluate stylesheet on source: " + source);