In my docx4j application a word template with content controls is filled with content form an xml data file (like in our webapp under https://github.com/plutext/OpenDoPE-WAR).
My data file includes unformatted data (i.e. a double field 123456.78910). This data should be formatted in the resulting world document (i.e. 123'456.79). How can I do this with content controls? Is it possible to mix it with mergefields or are there other possibilities?
Thank you in advance for your answer.