Hello,
I'm working on trying to learn docx4j and right now I'm trying to deal with mappings to replace placeholders in a document (attached). I'm working off this example: http://www.docx4java.org/svn/docx4j/tru ... plate.java
The code isn't mapping correctly and just turns out the document with the same items as the template, just without the ${}. So, for example, the template has ${HED} and the result will be HED.
I am ...