Re: [xsl] break or exit in xsl?

Subject: Re: [xsl] break or exit in xsl?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 7 Mar 2005 13:11:36 GMT
  So it is sequential processing from "document order
  point of view"..  

Yes, the point being though that this only determines the position of
the result fragments. You can be sure that the result of applying the
body of the for-each to the first node in document order is appended to
the result tree before the result of processing the second node, but you
can not assume that the system actually executes the code in that order.
It might for example execute them in parallel and just assemble the
results at the end.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread