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

Subject: Re: [xsl] When exactly is the current node changed?
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Thu, 16 Nov 2006 08:58:15 -0800
 Actually, I don't really understand the question.
xsl:apply-templates choose template rules, and those are instanciated
with the right node as current node.  What happens between these two
points is out of interest IMHO, and implementation-dependant, isn't it?


Let me give one possible example.

Say, you have a Debugger, which should break whenever the current node
is changed.

Do we want the break to occur when the xsl:apply-templates is the
current instruction?

Or do we want the break to occur only when the xsl:template of the
selected (for this node) template becomes the current instruction?


-- Cheers, Dimitre Novatchev --------------------------------------- Truly great madness cannot be achieved without significant intelligence. --------------------------------------- To invent, you need a good imagination and a pile of junk ------------------------------------- You've achieved success in your field when you don't know whether what you're doing is work or play

Current Thread