|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] declaring global variable in XSL!
hi all, how can i declare a global variable whose value has to be updated based on some condition? for eg: <xsl:param name="js_var"/><!-- I am passing this variable from javascript--> <xsl:variable name="var">zero</xsl:variable><!-- assigning default value for the variable "var" --> <xsl:if test="$js_var='1'"> <xsl:variable name="var">one</xsl:variable> </xsl:if> <xsl:if test="$js_var='2'"> <xsl:variable name="var">two</xsl:variable> </xsl:if>> <xsl:value-of select="$var"/> the above code is not giving the proper output. can anybody help me to solve this problem? thanks in advance. regards, syed. XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








