[Home] [By Thread] [By Date] [Recent Entries]
> I need to execute different html code depending on the
> value of a node eg. ("/Form/Name").
<xsl:choose>
<xsl:when select="/Form/Name[. = 'Brown']">
<!-- do something -->
</xsl:when>
<xsl:otherwise>
<!-- do something else -->
</xsl:otherwise>
</xsl:choose>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



