Re: [xsl] passing a variable to call-template

Subject: Re: [xsl] passing a variable to call-template
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 11 Aug 2006 13:41:57 +0100
>>>>> "David" == David White <davidw@xxxxxxxxxxx> writes:

    David> Is this possible?  <xsl:call-template
    David> name="{$this.warning}"/>

    David> I would like to pass a variable into call-template but
    David> haven't had any luck.

No it isn't. xsl:call-template does not take an AVT.

You can use probsably use FXSL to do what you want to achieve.
-- 
Colin Adams
Preston Lancashire

Current Thread