xslt issue in string comparison

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
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
 
Back
Top