XSL:
foutmelding : End tag 'tr' does not match the start tag 'p'. Error processing resource
Ik weet waar de fout zit, maar ik heb die code constructie nodig, om de tabel goed te krijgen. Nou wou ik vragen of er een work around is.
Alvast bedankt
code:
1
2
3
4
5
6
7
8
9
10
11
| <table>
<tr>
<xsl:for-each select="imagelinklist/imagelink">
<xsl:call-template name="imagelink"/>
<xsl:if test="position() mod 3 = 0">
</tr>
<tr>
</xsl:if>
</xsl:for-each>
</tr>
</table> |
foutmelding : End tag 'tr' does not match the start tag 'p'. Error processing resource
Ik weet waar de fout zit, maar ik heb die code constructie nodig, om de tabel goed te krijgen. Nou wou ik vragen of er een work around is.
Alvast bedankt