Guest_imported
New member
- Jan 1, 1970
- 0
Hi everybody,
I would like to "close and then open" a markup like that :
...
<xsl:if test="$count = 4">
</tr><tr> <-- I would like to close a row of an Array
and then open a new one
</xsl:if>
...
The problem is that the XSL Engine raises an error because <tr> and </tr> can't be used like that in XML format...
Could you give me a tip to set those markup as a "String" or as a "contant", but in order to be recognize as effective markup in the final generated document
Thanks by advance !
Schaggy
I would like to "close and then open" a markup like that :
...
<xsl:if test="$count = 4">
</tr><tr> <-- I would like to close a row of an Array
and then open a new one
</xsl:if>
...
The problem is that the XSL Engine raises an error because <tr> and </tr> can't be used like that in XML format...
Could you give me a tip to set those markup as a "String" or as a "contant", but in order to be recognize as effective markup in the final generated document
Thanks by advance !
Schaggy