hi i have a code written like this
Code:
<xsl:choose>
<xsl:when test="$lastNode 'true' AND $lastNode2 = 'true'">
</xsl:when>
</xsl:choose>
but here i am getting invalid XPath expression.
I would like to check for multiple conditions
Thanks in advance