xsl-list
[Top] [All Lists]

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

2010-03-25 10:12:32
On 25/03/2010 14:54, George wrote:
Thanks, David.
I know that variables are constants in XSL

well better to say variables hold values (as they do in mathematics) rather then hold references to valuses (as they do in imperative programming languages)


but is there any other method
that can be used for this task?

It's not clear to me exactly what the task is, can you post the desired output from the source files your posted at the start of the thread.


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

sometimes, yes, although it's not clear if you need any named templates or variables here. When people write named templates passing "." along as a parameter then often (or sometimes) it would be more natural to use apply-templates instead.


David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

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