xsl-list
[Top] [All Lists]

Re: call-template from an XML

2004-02-26 05:54:19
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



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