A beta of v3.3.2 is now available. The release itself is scheduled for the week before Christmas.
Get it at http://www.docx4java.org/docx4j/docx4j-3.3.2-beta.jar
Please try it to verify it works for you! To leave feedback, just reply or start a new thread, thanks.
This release fixes various bugs, including:
- fix for OpenDoPE complex conditions (broken by 3.3.1)
- fix for IllegalArgumentException: local part cannot be "null" when creating a QName
It also introduces JAXBXmlPart "pipe" methods, which enable you to process your content using StAX (or SAX). You can use it with or without JAXB. If you don't use any JAXB functionality on a part, you avoid JAXB overhead (most useful for very large files); see VariableReplaceStAX for an example