On 8/26/05, Mike Schinkel <mikes(_at_)xtras(_dot_)com> wrote:
It is possible to do that without having to manually trigger the process
of both, or to have to write a program in another language to do that?
IOW, can an XSLT processor generate and XSLT file and then launch
another transform recursively?
No, one has to do this manually or through an extension.
However, one can always create new functions dynamically by using
Higher Order Functions (HOF) and such mechanisms as functional
composition, partial application (currying), returning a function from
another function.
Examples of these techniques can be found at:
http://fxsl.sourceforge.net/articles/PartialApps/Partial%20Applications.html
and
http://www.mulberrytech.com/Extreme/Proceedings/html/2003/Novatchev01/EML2003Novatchev01.html
Cheers,
Dimitre Novatchev.
--~------------------------------------------------------------------
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>
--~--