Generate a Dynamic table with Arbortext styler
I need to generate a table with the styler that will grow according to the count of a specific element within the document. For example, the table with header (Column1, Column2, Column3) will have 2 rows if the content of element EnactAuthority has 2 Identification elements within it. It is not a problem for me to count the elements using an XPath predicate. It's more in the way of injecting the content of the Identification elements content inside that table that is my issue.
XML content :

My target table withing styler : 
The content of the 2 rows will come from Identification/LongTitle, Identification/Id and Identification/EnablingIdentification/Ref
You have been so far very helpful, once again thanks for your help community !

