Hello,
I've got a nested for-each function in an XSL file, designed to run through a XML containing R's and C's (rows and Columns) and making a table out of the XML info. The code looks something like this with a nested for-each
<xsl:for-each select="r">
<tr>
<xsl:for-each select="c">
<td>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.