Hi there,
I am new in docx4j Java library.
I need it because I have to make text substitutions in Word templates using content controls.
The sample CustomXmlBinding.java is very useful to do this job!
Now I explain you my issue.
I created a docx Word template, adding some content controls.
After that I used Word 2007 Content Control Toolkit tool to bind the controls ( as explained here http://cultivatingcode.com/2010/10/13/generating-word-documents-p2/ ).
Unzipping the original and ...