RE: [xsl] XSL and infinite loops

Subject: RE: [xsl] XSL and infinite loops
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Thu, 26 Aug 2004 07:24:25 +0300
Hi,

> We'd like to use XSL for our web application, and want to
> understand which portions of XSL can cause infinite loops.
>
> The XSL recommendation mentions apply-transform, and I know
> that call-transform can also cause one.

Apply-transformation and call-transformation don't ring a bell. Are you sure
you don't mean xsl:apply-templates and xsl:call-template?

> Is there a list of elements that can cause an infinite loop?

Along with the two mentioned above, xsl:apply-imports.

Cheers,

Jarno

Current Thread