xsl-list
[Top] [All Lists]

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

2006-06-26 03:27:11
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 réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--