How to repeat same template in table-row using XSL-FO/Apache FOP
问题 I'm trying to create a PDF from an XML file I've got and it's working fairly well so far using XSL-FO/Apache FOP. The XML file basically contains barcode information: the barcode itself and the barcode type (I'll add the barcode image at some point as well). Now what I'd like to see as the output is this: ----------------------- | barcode1 | barcode2 | | codetype1 | codetype2 | ----------------------- | barcode3 | barcode4 | | codetype3 | codetype4 | ----------------------- And so on. I've