xsl-list
[Top] [All Lists]

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

2006-11-16 15:51:48

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

--~------------------------------------------------------------------
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>
--~--