EDN Admin
Well-known member
Hi,
I am very new xslt. Am trying to compare two string, one of the string has been set its value in javascript and the other in xslt.
<xsl:variable name="str2" value = "abc" /><br/>
<xsl:if test="$str1 = $str2
The IF condition never becomes true.
Need help.
<br/>
View the full article
I am very new xslt. Am trying to compare two string, one of the string has been set its value in javascript and the other in xslt.
<xsl:variable name="str2" value = "abc" /><br/>
<xsl:if test="$str1 = $str2
The IF condition never becomes true.
Need help.
<br/>
View the full article