Re: [xsl] When exactly is the current node changed?

Subject: Re: [xsl] When exactly is the current node changed?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 16 Nov 2006 22:31:09 GMT
I think logically current nnode is changed by the apply templates and is
set (in turn) to each of teh sekected nodes _before_ a template is
instantiated. The definition of the match patern more or less implies
this as it is in terms of defining which templates match the current
node. Implementtaions may do something else entirely of course.

David

Current Thread