//2 DOCTYPE defined in the document. The XML fragment is included in
//an XML document containing already a DOCTYPE
marshaller.setMarshalAsDocument(false);
// Marshall the Castor object into the stream (sink)
marshaller.marshal(value);
context.writeString(writer.toString());
} catch (MarshalException me) {
log.error(Messages.getMessage("castorMarshalException00"), me);
throw new IOException(Messages.getMessage("castorMarshalException00")