You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Stanley Santiago <st...@netscape.com> on 2000/06/23 23:08:05 UTC

Dynamic include and call-tempate

Hi,

Is it possible  to dynamically include or call a template  in XSLT ?
Something like the following.

....

<xsl:param name="foo"  />
<xsl:include href="$foo" />  OR <xsl:call-template name="$foo" />

.......

I know that the above will not work, but is there an alternative
mechanism to achieve this ?

Thanks,
Stan