Hello all,
Attached please find a proposed patch to SaveToZipFile.java. Previously, when saving a document
and an error arises in JAXB marshalling, a stack trace is printed to stderr, but the exception is
swallowed. The result was half-formed XML in one of the document parts, with no error reported
to the calling code. With the patch, the exception is propagated up the call stack.
This patch is submitted in accordance with the docx4j contributor policy ...