RE: [xsl] Global variable in xsl

Subject: RE: [xsl] Global variable in xsl
From: Jarno.Elovirta@xxxxxxxxx
Date: Fri, 28 Nov 2003 13:42:38 +0200
Hi,

 
> 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?

  concat(@criteria_text, 'string')

Cheers,

Jarno - VNV Nation: Standing (Motion)

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


Current Thread