XSL FO – For Each Loop

<fo:table>

<fo:table-body>

<fo:table-row>

<fo:table-cell>

<fo:block>Blah</fo:block>

</fo:table-cell>

<fo:table-cell>
<xsl:for-each select=”//domain_name”>

<fo:block><xsl:value-of select=”.”/>, </fo:block>

</xsl:for-each>
</fo:table-cell>

</fo:table-row>

</fo:table-body>

</fo:table>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.