xsl-list
[Top] [All Lists]

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

2010-04-13 06:41:18
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. ________________________________________________________________________

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