xsl-list
[Top] [All Lists]

Re: Global variable in xsl

2003-11-28 04:34:15
Lainaus ARULRAJ <p_arulraj(_at_)yahoo(_dot_)com>:

<!--  
<!-- I am having one global variable like 
<!-- 
<!-- <xsl:variable name="criteria_text"/> This is declared
<!-- in one template.
<!-- 
<!-- I want to concatenate some string in another
<!-- templates.
<!-- 
<!-- Is it possible? How to do it?
<!-- 

If you want to use "global" variable, then use stylesheet param
<xsl:param name="foo">criteria_text</xsl:param>


***************************************************
* Jarkko Moilanen                                 *
* Project Manager, ITCM (www.itcm.org)            *
* Profound XML technology Expert                  *
* University of Tampere                           *
* Hypermedia Laboratory                           *
***************************************************

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>