xsl-list
[Top] [All Lists]

[xsl] Using "match" and "name" in one template.

2007-08-23 09:29:49
Hello,

Is it possible to call a template using

<xsl:call-template name="x"></xsl:call-template>

and then in the actual template have

<xsl:template match="a|b" name="x"></xsl:template>

so the template would only be applied once the template is called and
only if the matching criteria is satisfied.


Thanks,
John

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

<Prev in Thread] Current Thread [Next in Thread>