element.getAttributeValue("value"),
templateName);
template.setDescription(element.getAttributeValue("description"));
template.setToReformat(Boolean.valueOf(element.getAttributeValue("toReformat")));
template.setToShortenLongNames(Boolean.valueOf(element.getAttributeValue("toShortenFQNames")));
TemplateContext context = template.getTemplateContext();
for (Object o : element.getChildren("variable")) {
Element e = (Element) o;
template.addVariable(e.getAttributeValue("name"),
e.getAttributeValue("expression"),
e.getAttributeValue("defaultValue"),