Hi,
How do we compare strings in XSL. I have two strings like (cond1:Or:cond2 )
and cond1. When I do
<xsl:if test="//PROPERTY/VALUE = $operand1">
--------------------
------------------
</xsl:if>
The comparison is successful and it goes inside the if condition.
Thanks,
Shiju,
Comment