[Home] [By Thread] [By Date] [Recent Entries]
RQamar wrote:
Hi i dont think there's a way of doing this inline and xsl:if does not have an else clause, so you need to use the xsl:choose element like <xsl:choolse> <xsl:when test="OBJECT-SLOT"> <!-- do something --> </xsl:when> <xsl:otherwise> <!-- do something else --> </xsl:otherwise> </xsl:choolse> cheers, Manos
|

Cart



