try {
LexicalUnit lu;
int idx = getPropertyIndex(an);
lu = parser.parsePropertyValue(attr.getNodeValue());
ValueManager vm = valueManagers[idx];
Value v = vm.createValue(lu, this);
putAuthorProperty(result, idx, v, false,
StyleMap.NON_CSS_ORIGIN);
} catch (Exception e) {
String m = e.getMessage();
String s =