Hi there,
Using docx4j 3.3.6
I am using the docx4j.DocumentHelper to work on an existing Word template.
Using DocumentHelper.replaceFirst() methods I am searching for text tags in the form of {{name}} to replace them with the real text.
Everything works fine as long as I am in the body but in the footer it doesn't work.
I checked, if the text tags have been ripped apart in the Xml (that was a problem from time to time since word has very funny ways of doing this) and that is not the case.
Is there something I need to do in order to work on the footer?
Since the tags in the footer only occur once I also tried replaceAll() but that didn't do the job either.