With XSLT 1.0, we *may imagine* a named template as a
functional call. Its not exactly a function call. The
xsl:template body creates part of the result tree. It
does'nt return a value like a pure function would do
..
With XSLT 2.0, there is a built in XSLT instruction
called, xsl:function , which returns a result just
like a pure function does. The xsl:function body is a
"sequence constructor" . Sequence constructor is a new
termed coined by the XSLT 2.0 spec.
Regards,
Mukul
--- "Bovy, Stephen J" <STEPHEN(_dot_)Bovy(_at_)ca(_dot_)com> wrote:
Is it possible to create a "recursive" template
that works in the same way as a recursive function
call ???
--~------------------------------------------------------------------
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>
--~--
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--~------------------------------------------------------------------
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>
--~--