Hi Jason,
With your help and read your samples, I can successfully build my document by using content control binding solution. It's quite powerful and easy to use. With nested repeating I can even build dynamic paragraphs with dynamic content in each paragraph.
However, now I come to the last issue which I can not solve. I didn't find any answer in this forum also.
The problem is, I want to bind a content control to a hyperlink, and dynamically set the hyperlink text and target address from custom XML. Is this possible with current Docx4j implementation?
I know the Docx4j can automatically convert 'http://' texts to a hyperlink. But my case is different - I want to link to local share folders, so the link would be like '../folder1/folder2/test.xlsx'. And I want to set the hyperlink text dynamically.
Best Regards,
Daniel