writer.writeUpdated(entry.getUpdated());
writer.writePublished(entry.getPublished());
if (predecessor != null) {
writer.startElement(Common.PREDECESSOR, Common.NS_URI);
writer.writeElementText(predecessor);
writer.endElement();
}
if (options.publicOptions != null) {
// these are options that will be publicly visible
if (options.publicOptions.status != null) {
writer.writeTitle(options.publicOptions.status);