public void doTag(XMLOutput output) throws Exception {
// for use by inner classes
this.output = output;
Stylesheet stylesheet = getStylesheet();
stylesheet.clear();
// run the body to add the rules
invokeBody(output);
stylesheet.setModeName(getMode());