xsl-list
[Top] [All Lists]

Re: what does this statement mean?

2005-03-10 03:57:32

Thanks Jarno. That solved the problem.

And thanks to David as well for the detailed explanation of its meaning. Atleast I understand the logic behind it now.

Regards
Rahil


Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com wrote:

Hi,

Im trying to rearrange the order of my XML elements using the <xsl:copy> feature of XSLT 2.0. However Im having trouble with one line of code which causes my processor to run into an infinite loop.

Could someone please let me know what this particular <xsl:apply-templates select="*[1]" mode="walker"/> means and what exactly its trying to do (this was a piece of code that was suggested by someone from this list).

Might have been me, I use the "walker" mode name for that sort of grouping. Basically 
it's a grouping method that walks through a flat list of elements and the "walker" mode 
templates decide whether to stop the walking or continue.


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



<Prev in Thread] Current Thread [Next in Thread>