Hello,
I cannot figure out a way to check if the value of an attribute is true or false. It's boolean, converted from dataset. When I select the value, I see it is either true or false, but my test does not get the expected behaviour. (it is always false.) I tried almost everything, this is my first xslt application, so help is appreciated.
<xsl:if test="ispassive">
<tr>
<td>
<em>pasif değil</em>
<hr></hr>
</td>
</tr>
</xsl:if>