S
Steven
I'm using XSL to transform an XML document to HTML, however I'm encountering
the following problem.I want to test a couple of values using an xsl:if
statement and then print a couple of HTML tags only when the condition is
met:
<xsl:if test="position() = $countPar">
</td>
<td width="50%" valign="top">
</xsl:if>
However, the parser takes offence at the td closing tag following an xsl:if
opening tag. What do I do?
Thanks
Steven
the following problem.I want to test a couple of values using an xsl:if
statement and then print a couple of HTML tags only when the condition is
met:
<xsl:if test="position() = $countPar">
</td>
<td width="50%" valign="top">
</xsl:if>
However, the parser takes offence at the td closing tag following an xsl:if
opening tag. What do I do?
Thanks
Steven