checkWithinTemplate();
checkEmpty();
}
public Expression compile(Executable exec) throws TransformerConfigurationException {
Text text = new Text(true);
try {
text.setSelect(new StringValue('&' + nameAttribute + ';'));
} catch (StaticError err) {
compileError(err);
}
ExpressionTool.makeParentReferences(text);
return text;