[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: side-effect-free (was Re: Can solve the N-queens - but can't count!)


Subject: Re: side-effect-free (was Re: Can solve the N-queens - but can't count!)
From: Dieter Maurer <dieter@xxxxxxxxxxxx>
Date: Thu, 17 Jun 1999 20:29:44 +0200 (CEST)

James Tauber writes:
 > <xsl:template match="A">
 >     <xsl:apply-templates select="B"/>
 >     <xsl:apply-templates select="C"/>
 > </xsl:template>
 > 
 > As I understand, the side-effect-freeness of XSL means that when processing
 > this above template, you can go and apply the template for C before the
 > template for B, or run both in parallel, etc without having to worry that
 > something that applying one template does will affect the application of the
 > other.
Are you sure?

If the "apply-templates" generate result tree fragments (as
they usually do), reordering will produce a different tree.
Beside this, you are right. You can change the evaluation
order without effect as long as you ensure that the result
tree fragments are plugged in in the right result tree position.

- Dieter


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



Current Thread
Keywords
xsl