xmlWriter.writeTag(OfficeNamespaces.CONFIG, "config-item-set", "name", "ooo:configuration-settings", XmlWriterSupport.OPEN);
final AttributeList configAttributes = new AttributeList();
configAttributes.setAttribute(OfficeNamespaces.CONFIG, "name", "TableRowKeep");
configAttributes.setAttribute(OfficeNamespaces.CONFIG, "type", "boolean");
xmlWriter.writeTag(OfficeNamespaces.CONFIG, "config-item", configAttributes, XmlWriterSupport.OPEN);
xmlWriter.writeText("true");
xmlWriter.writeCloseTag();
xmlWriter.writeCloseTag();
xmlWriter.writeCloseTag();