openTag);
final Map<String, Object> variablesReplaced = new HashMap<String, Object>();
// Replace all ${var} within the property value with real values
String text = new MapVariableInterpolator(value, childTags)
{
@Override
protected String getValue(final String variableName)
{
// First check if a child tag with the same id exists.