Re: [xsl] The output of evaluating an XSLT transform is the same regardless of the order in which output elements are evaluated. Right?

Subject: Re: [xsl] The output of evaluating an XSLT transform is the same regardless of the order in which output elements are evaluated. Right?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 13 Apr 2010 12:40:58 +0100
On 13/04/2010 12:33, Costello, Roger L. wrote:
an be constructed in any order, even in parallel. However, from yesterday's responses, I am more confused than before. Would you (or anyone) please explain how the elements in an XSLT document can be executed in any order, even in parallel?


the XSLT specification doesn't constrain the implementation in any way it just defines the result. So if it is generating a serialised result to a file, it is not forced to generate an in memory result tree, at all, and if it does generate one it can generate the parts of that tree in any order it wants. The only thing that matters is that the final serialised result is as specified. You seem to be looking for some definite statement about the temporal ordering of execution, but that is just a source of confusion. The result is specified in terms of the input, how an actual implementation produces that result isn't specified.


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. ________________________________________________________________________


Current Thread