{
final ZipEntry zipEntry = new ZipEntry( META_XML );
zipOutputStream.putNextEntry( zipEntry );
final DocumentMetaWriter writer = new DocumentMetaWriter( this.timeZone );
writer.write( zipOutputStream );
zipOutputStream.closeEntry();
}
final InputStream templateStream = this.templateInputStream != null ? this.templateInputStream :