Subject: Re: Modify Value of a Parameter Globally Within a Template
From: Liam R E Quin <liam@xxxxxx>
Date: Mon, 12 Nov 2012 12:20:44 -0500
|
On Mon, 2012-11-12 at 12:07 -0500, Lisa Jiang wrote:
> Dear All,
>
> Is there a specific way to change the value of a parameter within a
> call to another template and then use the resulting value for tests in
> the original template?
Yes -
<xs:variable name="my-flavour">
<xsl:call-template name="set-flavour" />
</xs:variable>
and use $my-flavour
Liam
--
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml
|