Subject: Re: call-template from an XML
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 26 Feb 2004 04:54:19 -0800 (PST)
|
> How can I call a template what this name is in a .xml?¿
>
> <xsl:variable name="template-name" select="document(..."/>
>
> <xsl:call-template name="$template-name">
>
> Can I do this?¿?¿
Not exactly this, but something with the same effect can be achieved using
xsl:apply-templates . This is the main idea underlying FXSL.
For more details read:
http://fxsl.sourceforge.net/articles/FuncProg/Functional%20Programming.html
or
http://www.idealliance.org/papers/extreme03/xslfo-pdf/2003/Novatchev01/EML2003Novatchev01.pdf
Cheers,
Dimitre Novatchev
FXSL developer,
http://fxsl.sourceforge.net/ -- the home of FXSL
Resume: http://fxsl.sf.net/DNovatchev/Resume/Res.html
__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|