Re: [xsl] can't get variable content after call-template

Subject: Re: [xsl] can't get variable content after call-template
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Mon, 26 Jun 2006 12:26:47 +0200 (CEST)
Georg Hohmann wrote:

  Hi

> I wonder if it is possible in xslt to declare "global"
> variables/params that can be access everywhere in the
> stylesheet?

  Just declare them at the stylesheet level:

    <xsl:transform ...>
      <xsl:param .../>
      <xsl:variable .../>
      ...
    </xsl:transform>

  Both will be accessible in the whole script (in all modules).  The
param, in addition, can be set from outsite the script itself (so from
the prompt or your application).

  Regards,

--drkm




























	

	
		
___________________________________________________________________________ 
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com

Current Thread