xsl-list
[Top] [All Lists]

Re: [xsl] recursive loop in XSL stylesheet is failing

2010-03-25 09:55:22
Thanks, David.
I know that variables are constants in XSL but is there any other method that can be used for this task?

Isn't it right to use a named template that calls itself on certain conditions?

How about having two params one that holds the current value of Category/en and the other holds the whole string that was extracted so far? That way I would't add something to a param - which I understand is not possible - but reassign a value. This value is the concatenation of both params. Is this the way to go?

Thanks a lot in advance.
George


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