xsl-list
[Top] [All Lists]

Re: [xsl] Modify Value of a Parameter Globally Within a Template

2012-11-12 11:21:55
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


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