value = ((Text)content.get(0)).getText();
}
else if (content.size() > 0) {
XMLValue xmlVal = new XMLValue(content);
if (P_GROUP_MEMBER_SET.equals(name) && S_DAV.equals(namespaceUri)) {
xmlVal.stripServletContext(getSlideContextPath());
}
value = xmlVal.toString();
}
// register prefix/URI at NamespaceCache
NamespaceCache.getNamespace(namespacePrefix, namespaceUri);