protected XDIMEResult callOpenOnProtocol(XDIMEContextInternal context,
XDIMEAttributes attributes) throws XDIMEException {
try {
VolantisProtocol protocol = getProtocol(context);
protocol.writeOpenDiv((DivAttributes)protocolAttributes);
} catch (ProtocolException e) {
logger.error("rendering-error", getTagName(), e);
throw new XDIMEException(exceptionLocalizer.format(
"rendering-error", getTagName()), e);