xsl-list
[Top] [All Lists]

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

2006-08-11 05:41:43
"David" == David White <davidw(_at_)kencook(_dot_)com> 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

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