checkWithinTemplate();
super.validate();
}
public Expression compile(Executable exec) throws TransformerConfigurationException {
Comment inst = new Comment();
compileContent(exec, inst);
inst.setSeparator(new StringValue(select==null ? "" : " "));
ExpressionTool.makeParentReferences(inst);
return inst;
}