Altova Mailing List Archives
>xsl-list Archive Home
>Recent entries
>Thread Prev - [xsl] Recursive Template ??
[Thread Next]
Re: [xsl] Recursive Template ??
To:
Date: 6/3/2005 3:15:00 AM
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.Bovy@xxxxxx> wrote: > Is it possible to create a "recursive" template > that works in the same way as a recursive function > call ??? > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

