}
list.add(attrFactory.createValue(type, text));
}
return new EvaluationResult(new BagAttribute(type, list));
} catch (ParsingException pe) {
return createProcessingError(pe.getMessage());
} catch (UnknownIdentifierException uie) {
return createProcessingError("unknown attribute type: " + type);
}