[Home] [By Thread] [By Date] [Recent Entries]
<xsl:if test="BAR = 'Green'">
... do something for Green BAR
</xsl:if>
That is legal but is false for <BAR> Green </BAR> because of the white
space.
You want
test="normalize-space(BAR) = 'Green'">
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



