So I'm using a word docx template, and make a binding with repeat wit the authoring friendly addon.
So the XML sample I use can be something like:
- Code: Select all
<data>
<person>
<name>John</name>
</person>
</data>
(Mine is more complex, but for explanation, this one is enough)
And I bind the name on a table cell, and the table is repeated according to the person ...