Hi All,
I am quite new to docx4j, Though i could succeed in custom xml binding , I am finding difficult in binding repeated rows in a table. The following is the xml (wordprocessingMl) code
<w:sdt>
<w:sdtPr>
<w:alias w:val="Repeat" />
<w:tag
w:val="bindingrole=repeat&w:xpath=/project[1]/authors&w:storeItemID={5C774536-D99F-4F95-B4BC-725DF5804EC0}" />
<w:id w:val="1418037945" />
</w:sdtPr>
<w:sdtContent>
<w:tr w:rsidR="00E43216" w:rsidTr="001A0211">
<w:sdt>
<w:sdtPr>
<w:id w:val="12962546" />
<w:showingPlcHdr />
<w:dataBinding w:prefixMappings="xmlns:ns0='http://gsal.project'"
w:xpath="/project[1]/authors/author[1]/name" w:storeItemID="{5C774536-D99F-4F95-B4BC-725DF5804EC0}" />
<w:alias w:val="Name" />
<w:tag w:val="name" />
<w:id w:val="1418037951" />
<w:placeholder>
<w:docPart w:val="DefaultPlaceholder_22675703" ...