|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] can't get variable conten, Georg Hohmann | Thread | Re: [xsl] can't get variable conten, David Carlisle |
| [xsl] RE : Re: [xsl] Accessing elem, Florent Georges | Date | Re: [xsl] can't get variable conten, David Carlisle |
| Month |