Subject:copying the value of xsl in variable and comparing Author:amhi craig Date:04 Dec 2007 06:10 PM
In the same single xsl ,how can i store the value fetched by <xsl:value-of> tag in a variable and use it in the somewhere else in the same xsl for value comparison
Subject:copying the value of xsl in variable and comparing Author:James Durning Date:05 Dec 2007 11:59 AM
I'm not entirely sure what your question is, but it could be a problem with scope. Declare your variable as early as possible and not inside any other structures.