This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: apply template within call template



----- Original Message -----
From: "Joerg Pietschmann" <joerg.pietschmann@zkb.ch>
To: "XSL List" <xsl-list@lists.mulberrytech.com>
Sent: Friday, January 11, 2002 9:06 AM
Subject: Re: [xsl] apply template within call template


> "cutlass" <cutlass@secure0.com> wrote:
> [rearranged]
> > sometimes people confuse recursion with circular references, the above
is a
> > circular reference.
>
> Jim, i thought you knew better! The code snippet
>   <xsl:template name="test">
>     <xsl:call-template name="test"/>
>   </xsl:template>
> is perfectly legal, and it's recursion. Of course, it would
> run forever provided infinite ressources. In order to make it

recursion never runs forever, as for the XSLT world yes the above is
perfectly legal ( and completely useless, so i have no prob telling someone
to not use it ! ), though i have to admit that allowing something to run
infinately would eventual invalidate the 'no side effect rule'.....

in math terms, u will find that recursion is always considered to 'bottom
out', though admittedly a condition that converges to infinity can be
considered ( in some systems ) a 'bottoming out' as the function attains a
steady state, but unfortunately, if i was being pedantic this still is not
the classic definition of recursion, which of course has been modified
through computer use of the term.

oh well, random useless math knowledge.

chow, jim fuller



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]