xsl-list
[Top] [All Lists]

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

2006-11-16 09:59:03
 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--